+ 1
In a high jump competition, you are acquired to create a system that will determine the first winner.
Assume they can make one jump and there are a number of participants . Can you guys help me to create this program?
2 Antworten
+ 1
You can do it with the help of arrays by giving user input.
OR
You can create a simple class and then achieve the above result.
Kindly give it a try and come back with your code if you are stuck.
+ 1
IMO the simpliest way is the user input + while() cycle