Community Profile

photo

Eshwar Raja Sayinathababu


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

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(year,month,day) leap_year = 0; if nargin < 3 valid = false; end if (nargin == 3) if ...

3 years ago | 0