0

Guys why it isn't working ?

Im trying do a Java Input But,seems that it isnt working Link 👇 https://code.sololearn.com/cXfrM6z5wp6G/?ref=app

1st Jun 2021, 4:05 PM
Katdotbrush
Katdotbrush - avatar
2 Answers
+ 1
Import the package to access Scanner class at the top Like this=> import java.util.*;
1st Jun 2021, 4:06 PM
Nivya
Nivya - avatar
+ 1
Catty Raspberry đŸ„§ You have to import scanner class. So add this line on the top of Program. import java.util.Scanner;
1st Jun 2021, 4:07 PM
AÍąJ
AÍąJ - avatar