Learn to Program—Flowcharting (Stage 2) – Case Statements
In my previous post, I described decisions and loops. There is a special type of decision called a select- case statement (or case statement). This decision is intended to replace the need for nested if- then statements. First, I need to delve into the if- then statement a little more.
If- then- else statement:
An if- then- [...]






