import Java.Util.Scanner; public class Program { public static void main(String[] args) { Scanner AgeScan = new | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

import Java.Util.Scanner; public class Program { public static void main(String[] args) { Scanner AgeScan = new

Not working please help me out

30th Jan 2019, 1:56 PM
Tilly Moore
3 ответов
+ 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
30th Jan 2019, 2:22 PM
Rstar
Rstar - avatar
+ 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;
30th Jan 2019, 2:04 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 1
Whao ! Thanks alot
1st Feb 2019, 12:29 PM
Tilly Moore