Community Profile

photo

Roweida Bawab


Last seen: más de 3 años hace Con actividad desde 2020

Estadísticas

  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
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

casi 4 años hace | 0