Write C code

zhifeng1997

Write C code to repeatedly ask the user for a number, then once the user enters 0, the code displays the min, max and average of all values entered. 

Show the output using two decimal places, and align the three output values as in this sample output: 

 The minimum entry was:            2.30
The maximum entry was:          62.51
The average of all entries was:  52.81 

    • 8 years ago
    • 7
    Answer(4)

    Purchase the answer to view it

    • Untitled.png
    • Checker.c

    Purchase the answer to view it

    NOT RATED
    • Ccode.docx

    Purchase the answer to view it

    NOT RATED
    • numavg.c
    • num_avg.png

    Purchase the answer to view it

    NOT RATED
    • new.c