Write a C program that will accept 10 input values and will store the values in array. The program will also identify and print the minimum, maximum and average of input values. NOTE: Your source code...


Write a C program that will accept 10 input values and will store the values in array. The program will also identify and print the minimum, maximum and average of input values.



NOTE:

Your source code must display any of the given sample output below.
It means your source code should be flexible enough to meet any of the given sample output.
Your source code output must be identical to any of the given sample output.
It means you have to strictly follow what are the displayed text, labels, casing of characters in the sample output.


















































OUTPUT 1:
Input Value 1: 50
Input Value 2: 20
Input Value 3: 35
Input Value 4: 100
Input Value 5: 75
Input Value 6: 89
Input Value 7: 5
Input Value 8: 11
Input Value 9: 85
Input Value 10: 60
MIN Value: 5
MAX Value: 100
AVG Value: 53

















































OUTPUT 2:
Input Value 1: 10
Input Value 2: 9
Input Value 3: 8
Input Value 4: 7
Input Value 5: 6
Input Value 6: 5
Input Value 7: 4
Input Value 8: 3
Input Value 9: 2
Input Value 10: 1
MIN Value: 1
MAX Value: 10
AVG Value: 5

















































OUTPUT 3:
Input Value 1: 50
Input Value 2: 20
Input Value 3: 35
Input Value 4: 94
Input Value 5: 75
Input Value 6: 89
Input Value 7: 1
Input Value 8: 11
Input Value 9: 85
Input Value 10: 60
MIN Value: 1
MAX Value: 94
AVG Value: 52



Please do all the Outputs 1,2 and 3




Expected:<br>OUTPUT 1<br>Input Value 1:<br>Input Value 2:<br>Input Value 3:<br>Input Value 4:<br>Input Value 5:<br>Input Value 6:<br>Input Value 7:<br>Input Value 8:<br>Input Value 9:<br>Input Value 10:<br>MIN Value: 5<br>MAX Value: 100<br>MAVG Value: 53<br>Expected:<br>OUTPUT 2<br>Input Value 1:<br>Input Value 2:<br>Input Value 3:<br>Input Value 4:<br>Input Value 5:<br>Input Value 6:<br>Input Value 7:<br>Input Value 8:<br>Input Value 9:<br>Input Value 10:<br>MIN Value: 1<br>MAX Value: 10<br>MAVG Value: 5<br>Input Value 1:<br>OUTPUT 3<br>Input Value 2:<br>Input Value 3:<br>Input Value 4:<br>Input Value 5:<br>Input Value 6:<br>Input Value 7:<br>Input Value 8:<br>Input Value 9:<br>Input Value 10:<br>MIN Value: 1<br>MAX Value: 94<br>MAVG Value: 52<br>

Extracted text: Expected: OUTPUT 1 Input Value 1: Input Value 2: Input Value 3: Input Value 4: Input Value 5: Input Value 6: Input Value 7: Input Value 8: Input Value 9: Input Value 10: MIN Value: 5 MAX Value: 100 MAVG Value: 53 Expected: OUTPUT 2 Input Value 1: Input Value 2: Input Value 3: Input Value 4: Input Value 5: Input Value 6: Input Value 7: Input Value 8: Input Value 9: Input Value 10: MIN Value: 1 MAX Value: 10 MAVG Value: 5 Input Value 1: OUTPUT 3 Input Value 2: Input Value 3: Input Value 4: Input Value 5: Input Value 6: Input Value 7: Input Value 8: Input Value 9: Input Value 10: MIN Value: 1 MAX Value: 94 MAVG Value: 52
Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here