$0.25 week 2
- From Computer-Science: Programming-Methods
- Closed, but you can still post tutorials
- Due on Jul. 07, 2012
- Asked on Jul. 04, 2012 at 11:22:39AM
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-100 | A+ |
| 90-94 | A- |
| 85-89 | B+ |
| 80-84 | B- |
| 75-79 | C+ |
| 70-74 | C- |
| 65-69 | D+ |
| 60-64 | D- |
| 59 or below | F |
You are to submit the following for this assignment:
- RAPTOR file with the flowchart of your working program. Make sure you run it to make sure it is error free and does what it is supposed to do.
- Use the generate dropdown to create example C++ code based on your working logical flow chart. Also attached the code in a Microsoft Word file or a text file.
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-
- This tutorial was purchased 1 time and rated A+ by students like you.
- Posted on Jul 04, 2012 at 1:24:50PM
Rating (158):A-
Questions Asked: 2
Tutorials Posted: 285,
Blog Posts: 1,
Earned: $4,864.23

Attachments:
[
week 2/flow chart.docx
week 2/grade average program.docx
]
- This tutorial hasn't been purchased yet.
- Posted on Jul 06, 2012 at 11:26:57PM
Rating (158):A-
Questions Asked: 2
Tutorials Posted: 285,
Blog Posts: 1,
Earned: $4,864.23

Attachments:
- This tutorial has appended information.
- This tutorial hasn't been purchased yet.
- Posted on Feb 26, 2013 at 11:59:36PM

Attachments:
[
Grade Book Program/C++ program/GradeBookProgram.cpp
Grade Book Program/C++ source code.doc
Grade Book Program/GradeBookProgram_screenshot.jpg
Grade Book Program/Raptor program/GradeBookProgram.rap
]