Question: What values are stored in x and y after execution of the following program segment? 5 pts int x = 3 0 , y =

What values are stored in x and y after execution of the following program segment?
5 pts
int x =30, y =40;
if (x >=0)
if ( x <=100)
y = x *3;
if (y <50)
x/=10;
}
else
y=x*2
}
else
yX

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!