Thread: help student
View Single Post
  #6 (permalink)  
Old 01-29-2008, 11:24 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
Case
Java is case sensitive. It is looking for the access modifier, in your case "public". The problem is that you spelled it with a capital P. Change it to:
Code:
public class PalindromeCheck
__________________
If your ship has not come in yet then build a lighthouse.
Reply With Quote