MCQOPTIONS
Saved Bookmarks
| 1. |
Ashima wants to print a pattern which includes checking and changing a variables value iteratively She decides to use a loop/condition Which of the following options should she use such that the body of the loop/condition is executed at least once whether the variable satisfies the entering condition or not ? |
| A. | Decision-making |
| B. | Iteration |
| C. | Recursion |
| D. | Oops |
| Answer» C. Recursion | |