+ 1
Is there any input function in Java??
Input in java by input function...
1 Respuesta
+ 1
There're public *Methods* in the class java.util.Scanner
Initialize the class and you will have access to inputs to almost all primary data type. For more info, google a about the Scanner class Java