Community Profile

photo

Eshwar Raja Sayinathababu


Last seen: alrededor de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

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

más de 3 años hace | 0