Help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help

public class Program { public static void main(String[] args) { System.out.print("*"); System.out.print("***"); System.out.print("*****"); System.out.print("****"); Sysyem.out.println("**"); } } code playground can't seem to run this code. what's the problem?

24th Nov 2016, 12:34 AM
Lazarus Banda
Lazarus Banda - avatar
2 Answers
+ 1
WOW! Thanks a lot. I didn't notice the wrong spelling. Much appreciated
24th Nov 2016, 4:12 AM
Lazarus Banda
Lazarus Banda - avatar
0
Because the last System.out.println(); is not written well Sysyem.out.println(); is not correct..
24th Nov 2016, 2:42 AM
Seun
Seun - avatar