why am I getting an error? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

why am I getting an error?

class Myclass { public static void main(String[ ] args) { System.out.printIn("Hello World"); } }

6th Aug 2018, 6:15 PM
christopher lewis
christopher lewis - avatar
2 ответов
+ 4
Ok i found your error. in the print statement, you have a small spelling mistake. it is supposed to be println with a letter L and you've done it with letter i essentially, you've got confused between a small case L and a capital i
6th Aug 2018, 6:33 PM
Vedant Bang
Vedant Bang - avatar
0
oh wow lol thanks much Appreciated
6th Aug 2018, 7:05 PM
christopher lewis
christopher lewis - avatar