Final EP
Final EP
04/13/24
CIST2362 C++ 2
Professor Leonardo Villamil
Final Project Lab Report
Project Prompt:
Project Requirements:
User must be able to enter a number to access the options in the menu. User must be able to
log in to their account with a password, but if user has no password then a password must be
created. When creating a password the following requirements must be met:
Program must validate the password the user enters, and display specific error messages when
requirements are not met.
C++ Implementation:
The code for the project is in the C__2FinalProject.cpp file.
Testing:
1. Program prompts user to enter username:
18. (Change Password) User enters invalid password (same validation applies)
19. (Change Password) User enters new password (validation same as when first creating
password)