Thread: help student
View Single Post
  #4 (permalink)  
Old 01-29-2008, 11:16 PM
tim's Avatar
tim tim is offline
Senior Member
 
Join Date: Dec 2007
Location: South Africa
Posts: 334
tim is on a distinguished road
Symbol
The compiler is trying to tell you that it is expecting a class, interface or enum, which is OP stuff. The "/" is a devision symbol, but you wanted to add a comment ("//comment here") there. So, change your code so that you have two forward slashes:
Code:
// that are not letters and converting to upper case.
__________________
If your ship has not come in yet then build a lighthouse.
Reply With Quote