Write C code

profilezhifeng1997

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

    blurred-text
    • attachment
      Untitled.png
    • attachment
      Checker.c

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      Ccode.docx

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      numavg.c
    • attachment
      num_avg.png

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      new.c