3.6 Write a program that reads Mathematic test marks of 10 (ten) student and stores it to a 1-dimensional (1-D) array named studentmarkl. Then, determine the followings: (a) Average marks of the test...


Please answer honestly in C programming.


3.6 Write a program that reads Mathematic test marks of 10 (ten) student and stores it to a<br>1-dimensional (1-D) array named studentmarkl. Then, determine the followings:<br>(a) Average marks of the test<br>(b) Highest mark<br>(c) Lowest mark<br>(d) Suppose that pass mark is 60 and above. Determine the number of passed and<br>failed students.<br>The sample output should be as follows:<br>Enter test marks: 72 64 53 81 40 90 76 39 68 84<br>Average marks : 66.70<br>Highest mark<br>: 90.00<br>: 39.00<br>Lowest mark<br>Number of passed students:<br>Number of failed students:<br>7<br>

Extracted text: 3.6 Write a program that reads Mathematic test marks of 10 (ten) student and stores it to a 1-dimensional (1-D) array named studentmarkl. Then, determine the followings: (a) Average marks of the test (b) Highest mark (c) Lowest mark (d) Suppose that pass mark is 60 and above. Determine the number of passed and failed students. The sample output should be as follows: Enter test marks: 72 64 53 81 40 90 76 39 68 84 Average marks : 66.70 Highest mark : 90.00 : 39.00 Lowest mark Number of passed students: Number of failed students: 7

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here