In: Computer Science
Draw a flow chart for a program that will get the name and final exam results for all FBTOO15 students (474); and calculate the total scores for all students. After all results were entered, the average results would be calculated and displayed on screen.
Hey There,
- The question is not much clear like there is no mention of does final_exam_results indicates the total marks that student has scored or the individual marks of all subjects? So, based on what I understood I have given the answer.
- If there needs any kind of change then do let me in the comments box I will be more than happy to help you and I will edit my answer accordingly.
- Here is what I am doing:
1. Declaring all the variables
2. Reading Names and Final_Exam_marks for all the students
3. Adding their Final_Exam_Marks to the Total Score
4. After adding all the student's Final_Exam_arks, calculating the Average by dividing the Total Score by a Total number of students.
5. Displaying Average results.
Hope it Helps:)