photo

Dante Gallo Torres


Last seen: 6ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Calculate taxi fare by giving multiple inputs and single output
You can use matrix for this problem: function fare = taxi_fare(d, t) fare = [1 ceil(d-1) ceil(t)] * [5; 2; 0.25] end

1年以上 前 | 1