0
Give me some java problems
Pavan kalyan g || I need to learn too fast that's help me friends
4 Respuestas
+ 2
Please tag the relevant programming language.
Have a look at the Code section to get some inspiration. Also you can google for "Java programming ideas" or something to find possible projects.
Prajwal Patil Isn't this *your* homework? https://www.sololearn.com/Discuss/2998537/?ref=app
0
Coding Challenge - Win Predictor
Consider a table tennis or badminton match for which you need compute predict the winner and the percentage of odds of the winner as and when a point is scored. The sport for which you are developing this program can be table tennis or badminton. For table tennis consider 11 points to win with 2 point difference and best of 5 games for the match. For badminton consider 21 points to win with 2 points difference, and best of 3 games for the match.
For simplicity, write a console application as follows.
1. Input the player names
2. Prompt for each point
3. Depending on the point winner compute and print the winner and percentage
4. During service breaks, adjust the odds giving advantage to the server
5. At the end of the game predict and print the winner and percentage
Thanks,
0
Lisa no it's not my homework I was just going through manuals of java where I found this code challenge and I was not getting expected answer so I posted it here