Hey guys, I'm in a bowling league and I need to code a program to help sort/assign points to the scores.
I do web design/graphic design
so if anybody can help me at all I will be glad to help any of you with any web/graphic needs.
Lets say theres 5 bowlers,
I need to have 5 separate
cout << "John Smith: "; (where the user will enter the score for each bowler separately)
then after all the scores have been inputted, I need the program to have it sorted ascending.
LASTLY, I need "points" to be assigned.
If there are 5 bowlers, the highest score gets 5 points,
then the 4th bowler gets 4, etc, etc.
But if the score is 0, then they get 0 points.