+ 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
5 odpowiedzi
+ 3
What IDE do you use ?
+ 3
Copy-paste here exactly what you have copied: you probably did a copy-type error ;)
+ 3
IDE == Integrated Development Editor...
With what program/editor you type your code?
+ 1
whats IDE?
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.