Can anyone help me in solving bowling program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Can anyone help me in solving bowling program

I am not able to solve it

5th Nov 2021, 7:57 AM
Nilam Pari
Nilam Pari - avatar
3 Answers
+ 1
Not understood bro
8th Nov 2021, 10:14 AM
Nilam Pari
Nilam Pari - avatar
+ 1
bowling program (coding project in solo learning app) Can you write the program and explain it
8th Nov 2021, 10:17 AM
Nilam Pari
Nilam Pari - avatar
0
I can give you the answer but let us do it this way. Here is a pseudocode on how I did it, it is just one method: method() int=0 String=“” For (key in hashmap) if value > int int = value String= key Output(String) More hints: The loop is a for each loop. You will need the .keySet() to get the hashmap keys. You will need the .get(key) to get the value. Hopefully this helps you, it is better to do it yourself. Good luck and happy learning.
5th Nov 2021, 8:50 AM
Abdulaziz Al-Shehhi
Abdulaziz Al-Shehhi - avatar