You are viewing our Forum Archives. To view or take place in current topics click here.
Can anyone Help with this? Java
Posted:

Can anyone Help with this? JavaPosted:

-Beattie-
  • TTG Senior
Status: Offline
Joined: Aug 04, 201013Year Member
Posts: 1,048
Reputation Power: 44
Status: Offline
Joined: Aug 04, 201013Year Member
Posts: 1,048
Reputation Power: 44
So ive started learning java tonight from a book and I go to compile the code and i get this error
can anyone help?
[ Register or Signin to view external links. ]
Thanks James
#2. Posted:
Imp
  • Shoutbox Hero
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
The command is println (little L not I)

This should then compile
#3. Posted:
-Beattie-
  • TTG Senior
Status: Offline
Joined: Aug 04, 201013Year Member
Posts: 1,048
Reputation Power: 44
Status: Offline
Joined: Aug 04, 201013Year Member
Posts: 1,048
Reputation Power: 44
Thanks very much got it :L Now i feel like an idiot haha
#4. Posted:
kpempire
  • Challenger
Status: Offline
Joined: Jan 20, 201410Year Member
Posts: 115
Reputation Power: 4
Status: Offline
Joined: Jan 20, 201410Year Member
Posts: 115
Reputation Power: 4
Well atleast you got the program working. Good luck with learning Java my friend!
#5. Posted:
SirLulz
  • Prospect
Status: Offline
Joined: Feb 27, 201113Year Member
Posts: 666
Reputation Power: 26
Status: Offline
Joined: Feb 27, 201113Year Member
Posts: 666
Reputation Power: 26
You may not want to take my suggestion but I think you should try using Eclipse for writing your Java code. Best of luck with learning anyway!
#6. Posted:
HCIM
  • Wise One
Status: Offline
Joined: Oct 17, 201211Year Member
Posts: 594
Reputation Power: 23
Status: Offline
Joined: Oct 17, 201211Year Member
Posts: 594
Reputation Power: 23
System.out.println("Hello World!");
println = Print Line then go to next line.
print = Print this sentence, doesn't go to next line.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.