Computer Applications
Write down the syntax with reference to Java Programming to create a scanner object
Input in Java
54 Likes
Answer
Scanner in = new Scanner(System.in);
Answered By
40 Likes
Related Questions
Write down the syntax with reference to Java Programming to accept a fraction value 'n' in double data type through Stream Class
Write down the syntax with reference to Java Programming to accept a word 'wd' through Stream Class
Differentiate between the following:
nextInt( ) and nextFloat( ) methods
Differentiate between the following:
Syntax and logical errors