Give me some java problems | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Give me some java problems

Pavan kalyan g || I need to learn too fast that's help me friends

11th Mar 2022, 10:39 AM
PAVAN KALYAN G
PAVAN KALYAN G - avatar
3 Answers
+ 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
11th Mar 2022, 12:25 PM
Lisa
Lisa - avatar
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,
11th Mar 2022, 12:02 PM
Prajwal Patil
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
12th Mar 2022, 2:26 AM
Prajwal Patil