photo

Dwight Celis


Last seen: presque 2 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 4 ans il y a | 0

A résolu


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:...

plus de 4 ans il y a