Question: C++ Programming Lab Simulate Network Login Make program look appealing to the user. Make sure to put on a complete comment header. . Remember to
C++ Programming Lab Simulate Network Login Make program look appealing to the user. Make sure to put on a complete comment header. . Remember to include string.h. Programming Reqiirements 1. Display a nice welcoming message. 2. Ask user to enter their User Name and Password. 3. Read in both inputs as strings (character arrays). 4. Only allow user the 3 invalid attempts to login. 5. Compare the password and user name to constant user name and password that is saved in your program. 6. When comparing the string. a. Perform a case-insensitive compare for the user names b. Perform a case-sensitive compare for he passwords 7. Loop as long as the user name or password is wrong, and the user has not used up all of the attempts
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
