Coding

shollyvikky

Write a program that reads a list of double-precision grades from the keyboard into an array named grade.  The grades are to be counted as they're entered and entry should be terminated when a negative value has been entered.  After all grades have been input, the program should display the sum and average of the grades. (Optional feature: The grades should be listed with an asterisk (*) placed in front of each grade that is below the average.)

Submit:

  • Pseudocode
  • Thoroughly documented program
    • 10 years ago
    • 3
    Answer(1)

    Purchase the answer to view it

    • pseudo_code.doc
    • user_input.doc