Draw a flowchart to print the average for each student


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 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Draw a flowchart to print the average for each student
Reference No:- TGS0121968

Expected delivery within 24 Hours