Computer Science, asked by arunsharmah4, 7 months ago

what is meant by the statement import.java.util.scanner?​

Answers

Answered by svastik
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 anindyaadhikari13
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