Question
Submit all sourse files (.ccp and .h files) and the input and output file. Implement a program in C++ that does the following: 1. Requests
Submit all sourse files (.ccp and .h files) and the input and output file. Implement a program in C++ that does the following:
1. Requests and Read in the inputs from the keyboard, of at least 5 student names with at least 4 test scores (each a value between 0 and 100) for each student.
2. Creates a file and saves those inputs in that file
3. Then open that input file, reads that data back into the program and processes it to calculate the grade point average (out of 100)
4. Writes the output back to another file. The output format needs to be neat and collow a column format with proper column headings such as: Student Name Test 1 Test 2 Test 3 Test 4 Average(GPA)
***implement structs, objects-oriented paradigm, and modularity concepts
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