Question: Using C programming Q5: (GPA Calculator) (20 points): Figure 3.8 in the textbook provides code that allows a user to enter a li of grades
Using C programming Q5: (GPA Calculator) (20 points): Figure 3.8 in the textbook provides code that allows a user to enter a li of grades in number format, and then it displays the letter grade for the number and calculates the averag grade for the class. Modify this code so that it becomes a GPA calculator. You will find the nested if.else ifcod example in the textbook on page 78 that also uses numerical grades to be very useful. Merge the two code examples of the textbook, adding some prompts for the amount of semester hours per grade, and some variables to keep up with total GPA points earned and total semester hours taken. Use the following chart o GPA point values: Number Grade Letter Grade GPA Points per Semester Hour 93-100 90-92 86-89 83 85 80-82 76-79 73-75 70-72 66-69 63 -66 4.00 3.75 3.25 3.00 2.75 2.25 2.00 1.75 1.25 1.00 0.75 0.00 A- Bt B- C+ D+ 60 62
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
