Question: How many times does the loop execute in the following code fragment? int i ; for ) = 0 ; i 5 0 ; i

How many times does the loop execute in the following code fragment?
int i;
for )=0;i50;i=(i+4
{
System.out.println(i);
}
14
13
11
12
 How many times does the loop execute in the following code

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!