User Profile
Collapse
-
Thank You so much! That makes so much more sense! -
'=' function as left operand Errors?
I'm having problems finishing my program, it keeps giving me the error '=':function as left operand. And im not sure what that means. It is supposed to be a function to calculate basic car rental prices. This piece of the program is where it is telling me its wrong. Im not sure how to fix it though. Any help would be excellent.
Code:switch(car_type) { case 1: cost=29.90; extra=0.29; total=total(cost,days_rented,km_traveled,extra);
No activity results to display
Show More
Leave a comment: