// (30 lines)
if (charge>10) // flat rate of 10 dollars is charged
charge=10;
return charge;
}
<strong> {</strong> // What is this doing here?
double hours[CARS]; // store hours parked by the different cars
I believe your compiler is asking the same question.
If the whole code is less than 100 lines, why not post the whole thing and avoid playing 20 questions?
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314