I've asked about this program in the past but have just can't figure out what to do.
I can't figure out how to make an array in a function and call it back to a different procedure. In this program I want to be able to fill an array for the Lowest Grade and return it back. I also have to do the same with the average, but if I could figure that out if I could figure out how to do it with the Lowest.
Only thing I'm even sure works is getting the 4 scores, then I don't know if I have to make a new array inside of the findLowest function or what.
Objective is to enter 4 test scores for 3 students, which is done in getData no problem but then I need to figure out of those scores which one is the lowest in the "int findLowest" function and then somehow put those into an array and return the values in the array to display in the display procedure along with the average.
I need some test format or something just plain lost tried a few things can't figure out something that works
Code:Look at code below please



LinkBack URL
About LinkBacks



