Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Prompt the student to enter their user name and password. Read the file UserInfo.txt that contains a list of all students' information to validate the
- Prompt the student to enter their user name and password. Read the file UserInfo.txt that contains a list of all students' information to validate the login credentials.
- Start the quiz only when the credentials are correct. After 3 failed attempts, exit the program.
- Randomly pick ten questions from the TestBank.txt file.
- Display one question at a time to the user. Prompt the user to enter the answer, and then move to the next question.
- Do not accept answers other than true or false (T or F is acceptable as well). The answers should not be case sensitive.
- When the user completes the 10 questions, print out a report (On screen and on a file) with the following information:
- First name
- Last name
- Score
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started