Name the standard package of java and the package used for scanner class ....
Answers
Answered by
2
Scanner class belongs to the “java. util” package. Hence to use the Scanner class in your program, you need to import this package as follows. import java.
Answered by
2
Answer:
java .util. scanner package.
Similar questions