+ 2
What is the input statement in java?
input statement
5 Answers
+ 2
Consider the statement Scanner a = new Scanner(System.in); Here Scanner is the class name, a is the name of object, new keyword is used to allocate the memory and System.in is the inputstream. Following methods of Scanner class are used in the program below :- 1) nextInt to input an integer.
+ 1
can you people help me with php ?
0
can you people help me with php ?
0
sure
0
Thank you sadiya