Purchase Solution

Grade Book Program Algorithm to Compute Final Grades

Not what you're looking for?

Ask Custom Question

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. 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

Please help with a pseudocode and flowchart for the program, that follows the guidelines of good program design, like meaningful variable names and thoroughly commented code.

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-

Purchase this Solution

Solution Summary

This solution provides the program flowchart and pseudocode in the attached Word document.

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Networking Questions

This quiz consists of some basic networking questions.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.