Purchase Solution

Flowchart and Pseudocode for Grade Average Program

Not what you're looking for?

Ask Custom Question

Design a grade average program that will produce the numerical grade average of test scores input by a user.

The program design should address the following issues:
- Use an Array as the data structure to store the input grades.
- Use a Looping structure to initialize the elements of this array to clear out system garbage.
- The user may input up to 5 test scores.
Hint: This does not mean each user will input 5 scores. 3 scores may be entered for calculation.
- Use a Looping structure to traverse the elements of the array to produce your calculation.

Give the flowchart and pseudocode for the program.

Purchase this Solution

Purchase this Solution


Free BrainMass Quizzes
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.

Javscript Basics

Quiz on basics of javascript programming language.

C# variables and classes

This quiz contains questions about C# classes and variables.

Excel Introductory Quiz

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

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.