Question: pleqse i need a program for this tasks , read careful and make sure program you will give gives the output as stated in task
3.1 Task One Write a modular program that analyzes the exam score of Program Design A (1) In addition to the main function, the program should design a ReadData(...) function to get the exam scores of all 20 students from a file called "scores.txt". (2) After having got these data, the program then displays all these data on screen (3) Design the function void Score Analysis...) that finds out the average score, the max, and the minimum scores. By calling this function, the main should these results on the screen Program Execution would be like the following: *******===Exam Analysis of PD 2020========== 73 85 46 76 60 82 65 66 60 85 87 83 49 90 95 57 65 61 96 90 Average score : 73.55 Maximum score : 96 Mininum score: 46 Task 3.2. Define a function called show_array that displays the contents in the array on the terminal window. You then use this function to display the contents of the array you created in the previous task by passing it to the function. Task 3.3 Write a program that applies the bubble sorting algorithm to sort the previously obtained array in order. The following figure illustrates the idea of bubble sorting, and a pseudo algorithm for implementing bubble sorting is also given. Illustration of Bubble Sorting Algorithm 4 2 2 3t07212 1 07214 O2214 + 2 5. 512 1 14 31 5 SOGO24 SUO2024 51724 10 tas 1 13 13 1 12 13 12 3 12 DE SEG +254
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
