4a. Decision Making
Chapter 4a Tutorial Exercises
Work with decision structures and case statements
- Determine the temperature with Single If Statements and If..Else Statements
- Determine the letter grade with If..ElseIf Statements
- Determine the letter grade with Nested If Statements
- Determine the grade ranking with If..ElseIf Statements and the Or Operator
- Determine the letter grade with a Case Statement