When an executing program encounters an statement the condi
When an executing program encounters a(n) ____ statement, the condition is evaluated to determine its numerical value, which is then interpreted as either true or false.
switch
break
if
else
| switch | |
| break | |
| if | |
| else |
Solution
Option 3 is correct choice.
