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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top