Error with what and where? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Error with what and where?

I don't see an error where it says it does. What should I Do? Keep in mind I'm new https://code.sololearn.com/cmehaM4Md4Uw/?ref=app https://code.sololearn.com/cmehaM4Md4Uw/?ref=app

23rd Dec 2017, 11:01 PM
Chayton Dellinger
Chayton Dellinger - avatar
3 Answers
+ 2
You did System.out.printIn instead of System.out.println. The almost unnoticeable difference is the L vs. the I. println means to print on a new line. Just remember from now that it's an L, not an i
23rd Dec 2017, 11:10 PM
ClassiccalCoder101
ClassiccalCoder101 - avatar
+ 1
In System.out.printIn you made a mistake you need .println with small L not capital i :))) It stands for print Line
23rd Dec 2017, 11:12 PM
Dima Makieiev
Dima Makieiev - avatar
0
Ok, thank you for letting me know! it just looks like an I on the lessons so it throws me off
23rd Dec 2017, 11:11 PM
Chayton Dellinger
Chayton Dellinger - avatar