I really need to do this program,
so I need ALOT of help.
I want the program to output a question asking "Enter John Smith's Bowling Score: ",
and that repeated abotu 20 times with Different names. (DO I need to store the names? if so, how?)
What the user inputs,
I want stored as the "score" for that specific bowler,
which I then need to be sorted in ascending order, and then displayed.
When displayed, I need the names to display WITH his/her scores next to it.
From what I know,
I'd need to make 2 One-dimensional arrays, one to store the names and one to store the scores. Then use a bubble sort to sort the scores.
But I really wouldn't know what-goes-where and how to put it all together.
can somebody send me links/information/codes to help me out with this?