Solved

Which Line of Code Correctly Creates a Scanner Object

Question 11

Multiple Choice

Which line of code correctly creates a Scanner object?


A) Scanner inputDevice = new Scanner(System) ;
B) Scanner inputDevice = new Scanner(System.in)
C) Scanner inputDevice = new Scanner(in) ;
D) Scanner inputDevice = new Scanner(System.in) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions