G Guest Mar 12, 2005 #1 i'm getting an error saying 'identifier expected' the code is float discount=1.05; please correct my mistakes..thans
i'm getting an error saying 'identifier expected' the code is float discount=1.05; please correct my mistakes..thans
C Carl Frisk Mar 12, 2005 #2 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.
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.