must be in c output each floating point value with two digits after the decimal poin 5153005

Output each floating-point value with two digits after the decimal point, which can be achieved as follows: printf(%0.21f,

Must be in C.

Output each floating-point value with two digits after the decimal point, which can be achieved as follows: printf(“%0.21f”, yourValue); (1) Prompt the user to enter five numbers, being five people's weights. Store the numbers in an array of doubles. Output the array's numbers line, each number followed by one space. (2 pts) on one Ex: Enter weight 1 236.0 Enter weight 2: 89.5 Enter weight 3: 142.0 Enter weight 4: 166.3 Enter weight 5 93.0 You entered: 236.00 89.50 142.00 166.30 93.00 (2) Also output the total weight, by summing the array's elements. (1 pt) (3) Also output the average of the array's elements. (1 pt) (4) Also output the max array element. (2 pts) Ex: Enter weight 1 236.0 Enter weight 2: 89.5 Enter weight 3: 142.0 Enter weight 4: 166.3 Enter weight 5: 93.0 You entered: 236.00 89.50 142.00 166.30 93.00 Total weight: 726.80 Average weight: 145.36 Max weight: 236.00 Output each floating-point value with two digits after the decimal point, which can be achieved as follows: printf(“%o.21f”, yourValue);

"Get 15% discount on your first 3 orders with us"
Use the following coupon
FIRST15

Order Now