Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 563 Bytes

File metadata and controls

16 lines (10 loc) · 563 Bytes

Password-Validation

This is a password validation program that checks whether a user's password meets certain requirements.

If the password does not meet the rules, the program prompts the user to try again. I built this to practice validation logic, methods, and creating restrictions that make user input more secure and controlled.

Concepts Practiced

  • User input validation
  • Conditional logic
  • Methods
  • Loops

What I Learned

This project helped me understand how programs can enforce rules and guide users toward entering valid information.