wat's does it mean?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i'm getting an error saying 'identifier expected'
the code is
float discount=1.05;
please correct my mistakes..thans
 
If you look up float in help you should be able to correct that line of code. However we would need to see the rest of
the offending code to determine why you are getting that particular error. Most likely you are missing a semicolon or )
or }.

Hint: 1.05 is a literal numeric double.
 
Back
Top