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:

Verified
Correct Answer:
Verified
Related Questions
Q1: Write a short application that converts inches
Q2: Which of the following are examples of
Q3: Consider the following snippet of code: int
Q4: Which of the following is an example
Q5: Write a single println statement that prints
Q7: Write a short program that allows the
Q8: Suppose your numeric grade is calculated using
Q9: Explain the difference between the print and
Q10: In Java, all floating point literals are
Q11: Information is most likely to be lost