0
import Java.Util.Scanner; public class Program { public static void main(String[] args) { Scanner AgeScan = new
Not working please help me out
3 odpowiedzi
+ 9
I just saw the complete code in your codes section .I edit your code , check it out
https://code.sololearn.com/cU6B5tbdyyN4/?ref=app
+ 3
Kindly share the complete code to be able to help.
As for the shared fragment, there is a typing mistake in the package name. Packages in Java are, by convention, in lowercase.
So the import statement should have been:
import java.util.Scanner;
+ 1
Whao ! Thanks alot