Community Profile

photo

Roweida Bawab


Last seen: 3 years 前 自 2020 起处于活动状态

统计数据

  • First Answer

查看徽章

Content Feed

排序方式:

已回答
Calculate taxi fare by giving multiple inputs and single output
function fare = taxi_fare(d, t) d = ceil(d); t = ceil(t); fare = 5 + (d-1)*2 + t*0.25 end

4 years 前 | 0