Program is to be written in C++
Create a program that will test users on C++ knowledge and ask users to input their responses into a database*. Then it will randomize the questions and answers (1-4) to give the users the option to pick answers (can be multiple) on the Test and save those answers with the username to a database*. Then be able to print the text/array database to give out all the responses.
-> This should allow multiple people to log in and post their responses. There is no limit to the number of people that can use the program. Do not truncate the file/array after the program is finished.
Make a record to store information about a person. It should contain fields for:
a single name, which is a String, and password.
an age, which is an integer
answers correct = total score + grade
how long the user spent on the Test. {metrics}
To do this, create a Struct of Person with five slots.
Once all this info is saved you need to make sure you can Sort the user’s data.
Example: John Doe, AGE: 15, 5/5 A+, Time Spent: 3 minutes 22 seconds.
Be able to sort by name, age, grade, and time spent each individually.
*You need to use structs, loops, arrays, pointers, and a class.
*database should be a saved text file.
Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount