Week 8
Week 8
If some-test-true If some-test-true
Then do the following Then do the following
Do the following Do the following
If some-test-true Else If some-other-test-true
Then do the following Then do the following
Do the following Do the following
Else …
Then do the following Else
Do the following Then do the following
Do the following
Decision - Examples
int x = 10;
!(x > 10)