define scanner class
Answers
Answered by
7
The Scanner class is a class in java.util, which allows the user to read values of various types. There are far more methods in class Scanner than you will need in this course.
I think it can help u
I think it can help u
Answered by
11
Answer:
"Scanner" is a class defined in the utility package of the Java library.
It is used to parse text for primitive datatypes and substrings using regular expressions.
In all, it is used to take input from the
user with the help of it's objects.
Similar questions