If-Else Statements

Users are encouraged to read through the following primers:
If-Else Statements Primer
If-Else Statements Examples

Using if-else-elseif-end statements Tutorials MATLAB programs
Compute area of a circle if given radius is positive. areaofcircle.m
Convert % grade to letter grade percent_to_letter_grade.m
Determine the hurricane category and storm surge based on given wind speed. hurricane_category.m
Users are encouraged to work through the following suggested exercises: If-Else Statements Exercises