Grade Book Program

profiletwelvegauge

Grade Book Program

Your English instructor, realizing you are a programmer, asks you to write a Grade Book program for his class to help him compute final grades. Design a program that asks for the student’s name and four test grades. You are to display the student’s name, four test grades, the average of the four test grades and the final letter grade the student earned in the course.

Your English instructor gives you the following grading scale:

95-100A+
90-94A-
85-89B+
80-84B-
75-79C+
70-74C-
65-69D+
60-64D-
59 or belowF
  • Submit your C++ source code that you generated from RAPTOR with comments added to each line or where necessary to explain program flow. Also submit the RAPTOR file (flowchart) of your working program.
  • Make sure you run it to make sure it is error free and does what it is supposed to.

You can use the generate dropdown to create example C++ code based on your working logical flow chart to see what the code would look like.

 

Remember to follow the guidelines of good program design. Make sure to use meaningful variable names and include comments as needed.

 

Below is a screen output sample:

Student Name: Bob Jones
Test 1 Score: 94
Test 2 Score: 80
Test 3 Score: 73
Test 4 Score: 82
Student Average: 82
Student Final Grade: B-

    • 9 years ago
    • 5
    Answer(2)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      program_to_calculate_the_average_of_tests_done_by_students.docx

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      program_to_calculate_the_average_of_tests_done_by_students.docx