Why when i recreate the code is not work?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why when i recreate the code is not work??

public class Program { public static void main(String[]args){ int age =22; int money = 800; if (age>18){ if (money >500){ System.out.printIn("wel"); } } } }

10th Sep 2018, 8:09 AM
TARIK ELGHAROUSS
TARIK ELGHAROUSS - avatar
2 Answers
+ 10
It is L nd not I System.out.println("wel");
10th Sep 2018, 8:18 AM
Frost
Frost - avatar
+ 1
thanks
10th Sep 2018, 12:20 PM
TARIK ELGHAROUSS
TARIK ELGHAROUSS - avatar