Computer Science, asked by experts90, 8 months ago

please say me what is the error and say me what to do then​

Attachments:

Answers

Answered by DrNykterstein
1

Scanner is not imported. So In order to fix this error, import Scanner by the following syntax.

import java.util.Scanner;

Answered by AngelGem
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