Question: For each of the following Programming Challenges, use the top-down modular approach and pseudocode to design a suitable program to solve it. Whenever appropriate, validate
For each of the following Programming Challenges, use the top-down modular approach and pseudocode to design a suitable program to solve it. Whenever appropriate, validate the input data (Include Raptor flowchart, Header Comments, User documentation, Output)
Problem #1
Alberta Einstein teaches a business class at Podunk University. toevaluate the students in this class, she has given three tests. itis now the end of the semester and Alberta would like to have aprogram tat inputs each student's test scores and outputs theaverage score for each student an dthe overall class average.(hint: the outer loop should allow for Ms. Einstein to input allthe students, one by one, and the inner loop should accept the treeexam scores and compute the average for each student.)
Problem #2
create a program that will find and display the largest of a list of positive numbers entered by the user. The user should indicate that he/she has finished entering numbers by entering a 0.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
