+ 1
Can any one help me. Why it shows error
4 Answers
+ 8
THE NOOB
You haven't imported!!!!
After importing it will work!
+ 4
Scanner is a class in Java that comes in java.util package.
In order to use Scanner, you need to import it first.
import java.util.Scanner;
0
I am begginer
0
Thank you all