Help me with this project?:
You will create a login system that allows a user to access his/her account. A successful login is defined when both the login and password match. Once a successful login occurs, the program should welcome the user by using their Employee ID.
Eg. Welcome Employee 6529
After 3 unsuccessful logins, the user will get an “Unauthorized Access Too Many Failed Login Attempts” message and will not be allowed to input any more login or password information. If a successful login occurs then the unsuccessful logins is reset back to zero.
Use the following id’s and passwords in your program.
Employee ID: 6529
Password: 6529
Employee ID: 2928
Password: 2928
Employee ID: 4646
Password: 4646
The program must be documented.
Eg.
/*
Programmer Name: Date: Assignment 1: Some information on what your program does.
*/
Please pick variable names that apply to that variable.