CODE CREATIVE
DATA VALIDATION
A list of expectations
Criteria Points Yes/No
Contains a 'main' method that calls all other methods. 1
Asks for a first and last name and error checks using a method. 4
Asks for a zip code and error checks using a method. 4
Asks for a birth year and error checks using a method. 4
Asks for a phone number and error checks using a method. 4
Asks for an email address and checks using a method. 4
Asks for a password and error checks using a method. 4
Asks for the password again and checks spelling. 2
After a successful account creation, prompts for and reads in the user's credentials. 2
Only allows the user into the system if the credentials match up with the 'database'. 1
Total: 30