[Solved]Need Help C Assignment Please M Using Visual Studios Run Program Please Try Keep Formattin Q37085286
I need help with this C++ assignment, please.I’m using visual studios to run this program, please try to keepformatting, so it doesn’t produce issues when running. Also, pleaseprovide proper documentation. Thanks!
Take this project, #2, and convert all of the arrays to dynamicarrays. Don’t forget to delete the dynamic memory before yourprogram ends.
Project 2 – An inline function for the“programmed by”. Three regular functions, one for getting the dataon the four students, one for calculating the GPA, and one for theoutput. One of the functions must be recursive.
This project requires the use of various control structures forcalculating the grade point averages (GPA) for four students. Yourprogram should ask for the grades for each student. Each studentwill have five grades. After all the students’ grades have beenentered, the program will then display each student name and theircalculated GPA.
Project Requirements:
1. Find a function to use recursionin and use it.
2. Do not include any unused headerfiles.
3. Grades can be entered in upperor lower case.
4. The input will be A, B, C, D,& F. Standard letter grades.
5. GPA’s are 4.0, 3.0, 2.0, 1.0& 0.0 respectively
6. Format output to 3 decimalpoints (i.e. 3.500, 2.750).
7. There will be only four students(Freddie, Jane, Jonathan, & Mary)
8. Each student will have 5 gradesto enter.
9. The final output for the GPA’swill be in columnar output.
10. Only catch common incorrect letter grades (i.e.K, Z, O, etc…).
Expert Answer
Answer to I need help with this C++ assignment, please. I’m using visual studios to run this program, please try to keep formattin… . . .
OR

