Intro(3)
• Solution:
o Check whether a condition is true or false (using relational & logical expressions)→ Is the
price less than $128? (the answer is true or false)
o Decide to choose only an alternative to be done and ignore any other alternative(s):
branching.