0

The simple code is not working

i am writing the sim0le code in notepad++ but when i write system.out.printin(" hello world "); the comand line gives the error .. exampleprog.java connot find symbol

21st Jan 2017, 10:45 PM
nour ailan
nour ailan - avatar
12 odpowiedzi
+ 1
static void you have a extra v between them
21st Jan 2017, 11:04 PM
RanjOyHunTer
RanjOyHunTer - avatar
+ 1
notepad++ is ok, but I suggest Eclipse. it's free and awesome. To test things quickly on your phone, I use "online console compiler" .. Some things to consider
21st Jan 2017, 11:06 PM
LordHill
LordHill - avatar
0
capital S.. System.out.println()
21st Jan 2017, 10:51 PM
LordHill
LordHill - avatar
0
also, not printin... println it's an L
21st Jan 2017, 10:52 PM
LordHill
LordHill - avatar
0
i wrote System.out.PrintIn("hello") but still not working
21st Jan 2017, 10:52 PM
nour ailan
nour ailan - avatar
0
System.out.println("Hello World");
21st Jan 2017, 10:53 PM
LordHill
LordHill - avatar
0
small P
21st Jan 2017, 10:54 PM
LordHill
LordHill - avatar
0
still not working .. what can i do is it because i am using java 1.8.0-121.b13 version??
21st Jan 2017, 10:56 PM
nour ailan
nour ailan - avatar
0
what does the error say
21st Jan 2017, 10:57 PM
RanjOyHunTer
RanjOyHunTer - avatar
0
Your putting the code in the main method I assume? copy and paste the entire thing
21st Jan 2017, 10:58 PM
LordHill
LordHill - avatar
0
it says .. connot find symbol System.out.printIn();
21st Jan 2017, 10:58 PM
nour ailan
nour ailan - avatar
0
the exact code is public class exampleprog{ public staticvvoid main (String [] args){ System.out.printIn("hello"); } }
21st Jan 2017, 11:03 PM
nour ailan
nour ailan - avatar