Question: Assume that the variable OK has been declared to be of type boolean. Replace the following code with an equivalent for loop: OK = false;
Assume that the variable OK has been declared to be of type boolean. Replace the following code with an equivalent for loop:

OK = false; while (!OK) { }
Step by Step Solution
3.39 Rating (152 Votes )
There are 3 Steps involved in it
A for loop r... View full answer
Get step-by-step solutions from verified subject matter experts
