photo

Dwight Celis


Last seen: oltre un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

All
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
how can i solve this ,can anyone provide me with code? whats wrong with my code ?
function valid= valid_date(y,m,d) if isscalar(y) && isscalar(m) && isscalar(d) && y>0 && m>0 && d>0 && m<=12 if m==1||m==3...

circa 4 anni fa | 0

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 4 anni fa