jQuery in Action, 2nd edition
The moose likes Beginning Java and the fly likes identifier expected error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "identifier expected error" Watch "identifier expected error" New topic
Author

identifier expected error

Chi Nna
Greenhorn

Joined: Dec 03, 2008
Posts: 1
Hello,

Please what is wrong with the code below? I keep getting <identifier> expected error




and


[edit]Add code tags, and obfuscate user number for security reasons. Also disabled smilies. CR[/edit]
[ December 03, 2008: Message edited by: Campbell Ritchie ]
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Originally posted by Chi Nna:
Hello,

Please what is wrong with the code below? I keep getting <identifier> expected error


The error message will give you the line number that the error relates to. It will be easier for us to help you if you showed us which line the error is on.


Joanne
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Welcome to JavaRanch

We have a button marked "CODE" please always use it and preserve indentation. I shall see if I can edit your post so you can see how much easier it will be to read.
CR
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: identifier expected error
 
Similar Threads
Errors - can't understand why. HELP!!!
Errors - PLEASE HELP!
problem in displaying text in item label in JFreeChart
Counting in Array List/ Standard deviation
Arrays -HELP!!!!!!!