Community Profile

photo

Dwight Celis


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
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...

3 years 前 | 0

已解决


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

4 years 前