Around 04:58am on Thursday, May 29, 2008 (UK time), bo scrawled: > I am writing this program in C to figure tax for 3 stores with 3 > different tax percents. It is my first program and is an assignment. > All I need is some direction. NOT THE ANSWER. The program gives this > error. c:\miracle c\examples\taxcalcprog.c: line 13: Parse Error, > expecting `SEP' > 'float fTotal1 float fTotal2 float fTotal3 iResponse = 0'
At first glance you are missing semi-colons from the end of many of your statements, starting at line 13 which is the line your compiler is flagging in error. Steve -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting a bad thing? 09:01:11 up 6 days, 13:33, 1 user, load average: 0.00, 0.02, 0.01
