Computer Science, asked by bikash4444, 1 year ago

state the package that contiains the class on scanner

Answers

Answered by QGP
1
Hey There!!!

Scanner is a useful method to accept input in JAVA.

Scanner comes under the java.util package.
It can be called in the program as:
import java.util.Scanner;


Hope it helps,
Purva
Brainly Community

Answered by nikky1000n
0

the package that contains scanner class is java.util

Similar questions