+ 2

What is the input statement in java?

input statement

29th Nov 2016, 5:09 PM
sadiya zainab
sadiya zainab - avatar
5 odpowiedzi
+ 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.
29th Nov 2016, 5:17 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
+ 1
can you people help me with php ?
29th Nov 2016, 6:27 PM
Usman Kabiru
Usman Kabiru - avatar
0
can you people help me with php ?
29th Nov 2016, 6:26 PM
Usman Kabiru
Usman Kabiru - avatar
0
sure
29th Nov 2016, 6:44 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
0
Thank you sadiya
29th May 2017, 1:26 PM
Usman Kabiru
Usman Kabiru - avatar