Question: Consider the following code segment For (int i = 1; i < 100; i = i *2) if (i/50 == 0) System.out.print(i +
Consider the following code segment For (int i = 1; i < 100; i = i *2) if (i/50 == 0) System.out.print(i + " "); What is printed as a result of executing the code segment?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
