photo

Dongchi Jiang


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Create function to calculate leap year
clc; year=input('Enter a year: \n'); if (rem(year,400)==0 | rem(year,4)==0 & rem(year,100)~=0) disp('The year is a leap y...

2 years ago | 0