+ 1
import java.util.*; public class Bowling { HashMap<String, Integer> players; Bowling() { players = new Ha
Help me out. I tried it. It's showing error. Bowling game
1 Answer
+ 4
players = new Hashmap<>();
But I don't know what you want to do with this line: Bowling(){
I think you should remove it.