Computer Applications
Fill in the blanks:
Scanner ob = _________ Scanner(_________);
Input in Java
27 Likes
Answer
new
Answer
System.in
Answered By
2 Likes
Related Questions
Fill in the blanks:
Assigning a value of 24.3 to a variable that is defined as int type is _________.
Fill in the blanks:
_________ statement is used to accept value at run time.
Fill in the blanks:
The command line argument accepts the data value as an _________ of Strings.
Explain the following function:
Integer.parseInt(in.readLine());