+ 1
Hi. I'm learning Java and I'm on first steps.but I have problem with hello world code! please help me, I'm so tired
I write my code in Netbeans IDE . When I write system.out.print("Hello world!);it shows this: Exception in thread"main"java.lang.runtimeexception: uncompiled source code. and The code underlined with red.please help me I'm so confused
4 Antworten
+ 3
Your "Hello World!" Is missing an end doublequote and the first s in System is supposed to be capatalized. If something is still wrong post your code here so it's easier to see.
+ 2
"System" is written with an uppercase S for a start.
+ 1
Sorry it's uncompilable on line5
0
you should also wrote an error name when you was writing this message. so the programmer will directly gives your answer.