akosiraff

Download StudentGradeTest

Jun 6th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/studentgradetest/
  3. Create a program to handle a college class grades:
  4. Capture the Teacher’s name
  5. Capture the Class designation
  6. The program should ask how many students are in the class and do the following for each student:
  7. Read the students name
  8. Read in up to 10 grades for the student (from 0 – 100 is acceptable. If outside the range don’t use the input, ask for a correction , 999 should stop input of grades if there are less than 10)
  9. Calculate the average of the student’s grades
  10. Compute the student’s grade as a letter grade
  11. For the entire class
  12. Compute the class’s grade average
  13. Determine how many A’s, B’s, C’s, D’s and F’s are in the class.
  14. Write the following data to a file called class_statistics.txt
  15. Teacher: Bob Marley
  16. Class: CGS1010
  17. Student Name: Jim Beam Average: 88 Grade: B
  18. Donna Jenner 95 A
  19. Student count: 2
  20. Student average: 91.5
  21. A’s: 1
  22. B’s: 1
  23. C’s: 0
  24. D’s: 0
  25. F’s: 0
  26. Download: http://solutionzip.com/downloads/studentgradetest/
Add Comment
Please, Sign In to add comment