Computer Science, asked by saeedhammad695, 5 months ago

In what sequence the initialization, testing and execution of body is done in a do-while loop?

Make a short program to justify your selection.


Initialization, execution of body, testing
Execution of body, initialization, testing
Initialization, testing, execution of body
None of the above

Answers

Answered by kavya5024
5

option 1 is the right ans

i.e. initialisation, execution of body, testing

Similar questions