1a Write a program that will ask the user for the number of exams they took. Usi
ID: 3646654 • Letter: 1
Question
1a Write a program that will ask the user for the number of exams they took. Using a loop prompt the user for each exam grade. Calculate the average(the average equation must be outside the loop). Display the result. Test your results! Move on to step 1b.1b Using the above program . Add an else/if structure that determines the letter grade value based on the average score using an if else structure the typical grading scale(90 and above equals A.....). Display the numeric grade average and the letter grade
Explanation / Answer
It's almost done, so a little help would be much appreciated. 01 #include 02 03 using namespace std; 04 05 int main() 06 { 07 int stop; 08 const int MAX_COUNT_STUDENT = 6; 09 const int MAX_COUNT_COURSES = 3; 10 11 float grade[MAX_COUNT_COURSES]; 12 13 int i, j; 14 15 for(i=0; i stop; 30 return 0; 31 }Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.