InterviewSolution
Saved Bookmarks
| 1. |
____ is one of the statements to check a condition and then decide the result |
|
Answer» Decision-making statements are the statements that are used to VERIFY a given condition and DECIDE WHETHER a block of statements gets executed or not BASED on the condition result |
|