Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Write a C++ program which retrieves a question and answer from a file. Then allo

ID: 3768030 • Letter: W

Question

Write a C++ program which retrieves a question and answer from a file. Then allow the user to take the quiz/count point and return score. It's purpose is to retrieve a certain question you want and also the answer from a separate file in order for the user to take the so called quiz to return your score at the end of the program. Add the ability to select quiz questions based on the questions point values. Write a C++ program which retrieves a question and answer from a file. Then allow the user to take the quiz/count point and return score. It's purpose is to retrieve a certain question you want and also the answer from a separate file in order for the user to take the so called quiz to return your score at the end of the program. Add the ability to select quiz questions based on the questions point values.

Explanation / Answer

#include #include #include void createaccount() { ofstream outFile; outFile.open("Player Data.txt",ios::app); cout > playerid; cout > name; cout > surname; cout > phonenumber; cout