I copied the hello world tutorial exactly but it sais i have two errors | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I copied the hello world tutorial exactly but it sais i have two errors

one about the public static void string bit and the other about my printIN bit

10th Jan 2017, 8:11 PM
Damian
Damian - avatar
5 Answers
+ 3
What IDE do you use ?
10th Jan 2017, 8:13 PM
Mohamed Ahmed Ramadan
Mohamed Ahmed Ramadan - avatar
+ 3
Copy-paste here exactly what you have copied: you probably did a copy-type error ;)
10th Jan 2017, 8:29 PM
visph
visph - avatar
+ 3
IDE == Integrated Development Editor... With what program/editor you type your code?
11th Jan 2017, 6:46 PM
visph
visph - avatar
+ 1
whats IDE?
11th Jan 2017, 5:16 PM
Damian
Damian - avatar
0
The "S" in "public static void main(String[] args)" is capitalized. The "ln" in "System.out.println" is lowercase. Don't forget semicolons and brackets.
12th Jan 2017, 3:47 PM
Alex Li
Alex Li - avatar