1. Given the following code:
int i = 0; int x = 7;
int y = 13;
while (i < y) //(a)
{ if (i >= x)
{ System.out.print(i + );
} i=i+2; //(b)
}
System.out.println();
i .What is the output?
ii. What is the nal value for i?
iii. How many tines is condition (a) checked?
iv. How many tines is statenent (b) executed?

![[Solved] Traces](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] Case Study 1: Laptop Versus Tablet: Which One to Buy?](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.