photo

John Wuestman


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How can I correct if else to not get this error?
%%Part 3 % m=11; if m>=3 && m<=5 disp('Spring') elseif m>=6 && m<=8 disp('Summer') elseif m>=9 && m<=11 disp...

2 years ago | 1 answer | 0

1

answer