This is Main.java
Scanner sc = new Scanner(System.in); Player player[] = new Player[5]; String name; int numPlayer = 0; while(numPlayer < 5