Question: Can you please solve this program for c++ Exercise 2. Student Grade Report Concepts involved - Input Calculation Constant as a program preference - Variable

Can you please solve this program for c++

Can you please solve this program for c++ Exercise 2. Student Grade

Exercise 2. Student Grade Report Concepts involved - Input Calculation Constant as a program preference - Variable types: String, Float Output, formatting -Repetition (while loop) Accumulation (grade net total) String concatenation, accumulation (grade report) Decision (Double flow deviation) Decision (Multiple flow deviation) Part 1. The program should calculate the student's average, given his/her 4 grades on exams E1, E2, E3, and E4. Request the student's name for proper reporting Note: En E [0, 100.0] Example Ana Lykestokad scored an average grade of 99.7 Part 2. Create a constant to hold the number of exams. This constant must be an integer greater than or equal to 2. You don't have to check the constant's value, but comment your code to make this clear to a future user of your software. The idea is that this should work as a program preference that can be changed prior to execution. Note however, that the constant's value should stay unchanged while running the program Tip: Use repetition to get the n grades. And use [the concept of] accumulation Part 3. The program should be able to report grades for multiple students. If requested, repeat the process for a new student whenever the name and all the grades for the current one were successfully entered. Finally, when the user informs that there aren't new students, print the grade report. Example Add another student to the grade report (y)? n Student Ana Lykestokad Good Student Another Student And Another Student Average 99.7 92.3 37.8 62.5 Part 4. Add the student's result to the report. Print either Pass or Fail depending on the student's average. Consider 60.0 as the passing threshold. Part 5. Add the student's final grade to the report using A, B, C, D, or F. Use FIT's grade scale

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!