Advertisement
akosiraff

Average Of 5 Grades CPP

May 8th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/average-of-5-grades-cpp/
  3. 1. Functions
  4. a. Enter, verify, and return grade to be between 0 and 100
  5. b. Average the 5 test grades
  6. c. Calculate the class average
  7. d. Classify the student average in terms of letters
  8. e. Print a summary table of the letter grades
  9. f. Print a histogram of the letter grades
  10. 2. Menu driven
  11. a. Menu options
  12. • Enter grades
  13. • Display the results
  14. 1. Table of letter grades
  15. 2. Histogram
  16. • Quit
  17. 3. The program must be fully documented
  18. 4. Programming Language Requirements
  19. Int, float
  20. printf(), scanf(),
  21. if(), if-else, switch,
  22. for loop, while loop, do-while loop,
  23. functions – 1 of each type
  24.  
  25. Download: http://solutionzip.com/downloads/average-of-5-grades-cpp/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement