Computer Science, asked by Anshumanpatsariya, 2 months ago

Which of the following statements you should write to import only the Scanner class from java.util package
(a) import Scanner
(b) import java.util." ;
(c) import java.util.Scanner:
(d) import package java.util.Scanner​

Answers

Answered by Anonymous
4

option c is correct answer.

Answered by takemenow872
5

Answer:

c

Explanation:

a and d is not correct as such statement does not exist

b will import all the util packages like arrays.

Similar questions