Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your programming team have been hired by the ministry of education to design programs to help teachers in the students' assessment process. Data consists of
Your programming team have been hired by the ministry of education to design programs to help teachers in the students' assessment process. Data consists of students' names and their test scores. Assume that we have 20 students in a class. Each student has taken 5 tests and each test is worth 100 points. 1. Design an algorithm to find the average test score for each student 2. Design an algorithm to determine the grade for each student 3. Design an algorithm to find the average test score for the class 4. Design an algorithm to determine the average grade for the class (you should re-use your algorithm design in number 2) Divide the overall problem into smaller independent sub problems (structured programming design), as you draw: 1. One detailed flow chart for the whole problem 2. A detailed flow chart for finding the average test score of a student (Read student name and scores) 3. A detailed flow chart for finding the grade for each student 4. A detailed flow chart for finding the overall class average score/grade (you should re- use your design in number 3) 5. Write One complete C++ program for your designed flowcharts 6. print your sample runs 7. Get ready to present it to the class with your group
Step 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