0
How to take input in java?
Without using scanner class .
6 Respuestas
+ 1
You will need to use Scanner.
1. Type: import java.util.Scanner;
2. In the main function type: Scanner <name of the variable> = new Scanner(System.in);
3.Drink Bleach xDDDDDDDDDDD
0
Input can come from different ways. You need to specify. Do you mean command line user input? Or form on Web site or from file or from other class
0
I mean command line user input.
0
BufferedReader use it! :3
0
What is buffered reader?