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
2 Answers
+ 1
Import the package to access Scanner class at the top
Like this=>
import java.util.*;
+ 1
Catty Raspberry đ„§
You have to import scanner class. So add this line on the top of Program.
import java.util.Scanner;