Question: pleasr i need a program for this , take notes of the tasks and output needed in question as shown in task 1.. please show

pleasr i need a program for this , take notes of the tasks and output needed in question as shown in task 1.. please show a screen of your program . C++ ( i will give you a like ) so please help me out do can understand everything well
pleasr i need a program for this , take notes of the

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 ScoreAnalysis ....) 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 12 37214 11017214 0224 . 112 + 2 5. 512 14 31 15 5214 DOZE 500G720 n. 11 1 12 13 13 13 +2 12 12 13 1 2 122

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!