HELP
Design a grade average program that will produce the numerical grade average of test scores input by a user.
Your program design 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.
10 years ago
15
Answer(1)![blurred-text]()
![]()
Purchase the answer to view it

NOT RATED
- arraygrade.txt
- array_grading_program.docx
Bids(1)