Write a C program that read 6 weight values (in kilogram) of 10 adults entered by the user and store them in a one-dimensional array with data type of float named weight||. From the array, find (6) average value of weight (ii) percentage of heaviest weight Then display all the weight stored in the array. For example, if the first weight entered is 51.62, the display should be weight|0]-51.62. At the end of the program, display the result of ) and (i) using a function that do not return a value. Sample output: Please enter 6 weight values : 51.54 61.62 41.48 71.65 63.60 71.58 weight (0]- 51.54 weight(1]- 61.62 weight (2]- 41.48 weight (3]- 71.65 weight [4]- 63.60 weight[5)- 71.5e Average Weight : 60.25 Heaviest Weight Percentage: 19.82

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 1PP: (Statistics) a. Write a C++ program that reads a list of double-precision grades from the keyboard...
icon
Related questions
Question
100%
10:05 *l
E LAB TEST.pdf
Write a C program that read
and store them in a one-dimensional array with data type of float named weight|]. From the
array, find
weight values (in kilogram) of 10 adults entered by the user
(i)
(ii)
average value of weight
percentage of heaviest weight
Then display all the weight stored in the array. For example, if the first weight entered is
51.62, the display should be weight|0]=51.62. At the end of the program, display the result of
(i) and (ii) using a function that do not return a value.
Sample output:
Please enter 6 weight values :
41.48
51.54 61.62
71.65 63.60
71.58
weight[0]- 51.54
weight[1]- 61.62
weight (2)- 41.48
weight[3]- 71.65
weight[4]= 63,60
weight (5]= 71.58
Average Weight : 60.25
Heaviest Weight Percentage: 19.82
Transcribed Image Text:10:05 *l E LAB TEST.pdf Write a C program that read and store them in a one-dimensional array with data type of float named weight|]. From the array, find weight values (in kilogram) of 10 adults entered by the user (i) (ii) average value of weight percentage of heaviest weight Then display all the weight stored in the array. For example, if the first weight entered is 51.62, the display should be weight|0]=51.62. At the end of the program, display the result of (i) and (ii) using a function that do not return a value. Sample output: Please enter 6 weight values : 41.48 51.54 61.62 71.65 63.60 71.58 weight[0]- 51.54 weight[1]- 61.62 weight (2)- 41.48 weight[3]- 71.65 weight[4]= 63,60 weight (5]= 71.58 Average Weight : 60.25 Heaviest Weight Percentage: 19.82
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr