Solved

Which of the Following Lines Allows a Programmer to Use

Question 6

Multiple Choice

Which of the following lines allows a programmer to use the Scanner class in a Java program?


A) import java.util.Scanner;
B) using Scanner;
C) include Scanner;
D) include java.util.Scanner;
E) any of the above will allow the programmer to use the Scanner class

Correct Answer:

verifed

Verified

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

Related Questions