Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Draw a flowchart to print the average for each student in a class. Output. Output is report showing each student's name and average. Input.

Draw a flowchart to print the average for each student in a class. Output. Output is report showing each student's name and average.Input. Input consists of student records each containing a student's name(STUDENT-NAME), score for first test(TEST), score for second test(TEST2), and score for third test(TEST3).Calculation. AVERAGE = (TEST1+TEST2+TEST3)/3

start Read Student_name, test1,test2, test3 Average= (test1+test2+test3)/3 Print Student_name,Average stop
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question