View Single Post
  #2 (permalink)  
Old 08-05-2007, 07:32 PM
Rgfirefly24 Rgfirefly24 is offline
Member
 
Join Date: Aug 2007
Posts: 20
Rgfirefly24 is on a distinguished road
to compile it you do javac not java c and it looks like you have an error with your output. It appears its System.out.printIn when it should be System.out.println
^ lowercase L
Reply With Quote