Answered>Order 3778

Chapter 2 – p. 77 # 5Required: Data dictionary, and flowchartLogic Exercises Note: For all exercises, create an appropriate data dictionary to include with your solution.5. Draw a flowchart to print the average for each student in a class. Output. Output is a 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 (TEST1), score for second test (TEST2), and score for third test (TEST3). Calculation. AVERAGE = (TEST1 + TEST2 + TEST3)/3 This is from textbook Programming Logic for Business by Larua SaretISBN-10: 73660965ISBN-13: 9780073660967

Start Enter Number of Students, n Enter Student Test1 marks Enter Student Test2 marks Enter Student Test3 marks Calculate Average, Avg = (Test1 + Test2+ Test3)/ 3 Print Avg,Increase student…

 
"Not answered?"
Get the Answer