getWinner()
I need to add the getWinner(); method to the class, how can I do this? What did I do wrong in the code? import java.util.Scanner; public class Bowling { HashMap<String, Integer> players; Bowling() { players = new HashMap<String, Integer>(); } public void addPlayer(String name, int p) { players.put(name, p); } //your code goes here public void getWinner(); Iterator it = addPlayer().iterator(); while (it.hasNext()) { Map.addPlayer st = (Map.addPlayer)it.next(); System.out.println(st.getWinner() + st.getpoints() ); it.remove(); } } public class Program { public static void main(String[ ] args) { Bowling game = new Bowling(); Scanner sc = new Scanner(System.in); for(int i=0;i<3;i++) { String input = sc.nextLine(); String[] values = input.split(" "); String name = values[0]; int points = Integer.parseInt(values[1]); game.addPlayer(name, points); } game.getWinner(); } }