Purchase Solution

Programming Problem

Not what you're looking for?

Ask Custom Question

Write a grading program that helps to determine your letter grade based on your exam score. For example, when you put in exam score of 80, the program will determine you get a B. Please note the following:

1) Your letter will be determined by only one exam score.
2) The program will keep on prompting you to put more scores until you hit the E button on your keyboard.
3) The scoring standard:

A) 90 - 100
B) 80 - 89
C) 70 - 79
D) 60 - 69
F) Below 60

Analyze this problem, and write a pseudo code based on your analysis.

Purchase this Solution

Solution Summary

This posting contains answers to the given questions.

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

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.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Javscript Basics

Quiz on basics of javascript programming language.

C# variables and classes

This quiz contains questions about C# classes and variables.