C-05-Q123mediumsingle_mcq
In a while loop, when does the block execute?
In a while loop, when does the block execute?
- aOnly once
- bWhen the condition is true, repeatedly while it remains true
- cWhen the condition is false
- dNever
In a while loop, when does the block execute?