Blog
Use a separate procedure LowestScore that figures out which array index contains the lowest grade.
The Raptor Flowchart should:
1. Use a separate procedure LowestScore that figures out which array index contains the lowest grade. Pass your gradeArray to this method. It should return an integer, which is that index.
2. Have a main procedure with two loops. One loop will request the test scores and store them in an array. The other loop aIDs up all of the scores except the lowest one.
Sample Output
Please Enter 6 test scores:
85
92
78
51
91
87
Your test average is 86.6