Community Profile

photo

Vijay G


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

统计数据

  • First Answer

查看徽章

Content Feed

排序方式:

已回答
Calculate taxi fare by giving multiple inputs and single output
function fare = taxi_fare(x,y) d = 5+(((ceil (x))-1)*2); t = ((ceil(y))*.25); fare = d+t; end letme know whether...

3 years 前 | 2