Community Profile

photo

Dwight Celis


Last seen: mer än ett år ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver

View badges

Feeds

View by

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

mer än 3 år ago | 0

Solved


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

nästan 4 år ago