Question: Create a flowchart to calculate a student's Grade Point Average (GPA). The flowchart should consist of the following steps: Accept user input of the number
Create a flowchart to calculate a student's Grade Point Average (GPA). The flowchart should consist of the following steps: Accept user input of the number of courses taken by the student. For each course, Input the credit hours and letter grade. Convert the letter grade to corresponding grade points (e.g., A = 4.0, B = 3.0, C = 2.0) Total credit hours += credit hours Total quality points += credit hours * grade points Calculate the GPA by dividing total quality points by total credit hours. Output the calculated GPA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
