Answered step by step
Verified Expert Solution
Question
1 Approved Answer
How do you fill out a Warnier-Orr diagram for the above problem? What would be desired inputs and outputs be and how would I make
How do you fill out a Warnier-Orr diagram for the above problem? What would be desired inputs and outputs be and how would I make a flowchart that showed the input, calculations, and output of the program? Thanks for the help.
Edit 1: Should be a complete question now.
Edit 2: There is no GPA chart. This problem is to just teach us how to develope a Warnier-Orr digram, not actually write the code for it.
Do steps 3-8, given steps 1, 2, and Sample output below. Calculation of student's GPA 1. Write a program to calculate a student's GPA when given her/his semester class load and grades for 2 classes. Print the results in table form. At the end of the table print the total semester hours, Grade points earned, and GPA Sample Output: STUDENT CLASS HOURS GRADE GRADE POINTS 12345678 01140 3.03.0 12345678 04111 4.0 2.0 9.00 8.00 17.00 7.0 Semeter Totals GPA 2.43 Process two classes for one semester for one student GPA totalGradePointsEarned/ totalHoursAttempted gradePoints for a claa3class credit hoursgrade in class totalGradePointsEarned is the aum of the gradePoints for each class totalHoursAttempted is the sum of the hours for each class 2Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started