Would you help me with this question. Just using basic and easist language.

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

Your program should contain the following:
• You must use an Array as your data structure to store the input grades
• You must use a Looping structure to initialize the elements of your 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.
• You must use a Looping structure to traverse the elements of your array to produce your calculation


Dani

Recommended Answers

All 2 Replies

Is it a console program or GUI program ? Does the program receive input from file or keyboard ? If from keyboard, any indications of end of input ?

Second post of the exact same question... Thread closed.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.