+ 1
the user input tutorial is uncomplete. help me
how to input an integer value? Scanner x = new Scanner(System.In); //bla bla bla bla System.out.println(x.nextInt()); that code is not working for me :-(
1 Resposta
+ 2
change System.In in line 1 to System.in