Question: In the following code segment, how many times is the while loop executed? Give your answer in terms of N (N could be any positive
In the following code segment, how many times is the while loop executed?
Give your answer in terms of N (N could be any positive number).
Give some justification or derivation.
P = 1;
while (P <= N){
P *= 2;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
