Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

pleasee read the instructions and give me a program to get me the exact output as shown in task 1 , have asked tbis servel

pleasee read the instructions and give me a program to get me the exact output as shown in task 1 , have asked tbis servel time been giving me opposite code that dont give me the output i need .. please i dont wanna dislike anyones work so please help out and show working from your screen so can understand well
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning C# 5.0 Databases

Authors: Vidya Vrat Agarwal

2nd Edition

1430242604, 978-1430242604

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago