please say me what is the error and say me what to do then
Attachments:
Answers
Answered by
1
Scanner is not imported. So In order to fix this error, import Scanner by the following syntax.
import java.util.Scanner;
Answered by
0
Answer:
Scanner is not imported. So In order to fix this error, import Scanner by the following syntax.
import java.util.Scanner;
Similar questions