
Muhammad Talha Malik
Followers: 0 Following: 0
Feeds
已回答
Calculate taxi fare by giving multiple inputs and single output
can anyone tell me what is wrong with this code? function fare = taxi_fare(d,t) fare = (5+2*(d-1))+0.25*d; end
Calculate taxi fare by giving multiple inputs and single output
can anyone tell me what is wrong with this code? function fare = taxi_fare(d,t) fare = (5+2*(d-1))+0.25*d; end
5 years 前 | 0