what is meant by the statement import.java.util.scanner?
Answers
Answered by
3
Answer:
java.util.Scanner. java. util. Scanner is a class in the Java API used to create a Scanner object, an extremely versatile object that you can use to input alphanumeric characters from several input sources and convert them to binary data..
Answered by
4
Answer:-
The syntax is wrong.
This is the right syntax:- import java.util.Scanner;
It is used to include scanner class in a program from the utility package. Scanner class allows us to take input in program.
Similar questions
Math,
3 months ago
English,
3 months ago
Hindi,
3 months ago
Physics,
7 months ago
Political Science,
1 year ago
Computer Science,
1 year ago