Question: Using .NET 6.0 Framework: Language C# and classes and methods (Only few lines in main program class) 1. The program tests the user on a
Using .NET 6.0 Framework: Language C# and classes and methods (Only few lines in main "program class")
1. The program tests the user on a series of provided math questions
2. The program loads and uses the questions from the included math_quiz.txt file. The program will need to calculate the correct answer, based on the values in the file (they are not included in the file).
3. The program should work with any file that adheres to the format of the example math_quiz.txt file. Meaning, you should be able to change, add, or remove problems from the file, and the program still function properly.
4. The program keeps track of how many problems the user answers correctly/incorrectly.
5. The program writes a report at the end with how many questions were answered correctly/incorrectly and their overall grade out of 100%.
That's it! This homework is meant to challenge your ability to translate a vague process into functional code. There are many smaller "steps" in each part, so remember to take it slow and work on one piece of the program at a time!
Using a simple txt file.
Example of the file: (Exactly how long it is)
2 + 2 10 + 12 9 + 7 0 + 8 5 - 3 19 - 8 9 * 4 6 * 7 11 * 12 16 / 4 100 / 5 36 / 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
