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