Computer Science, asked by axx99099, 9 months ago

Write output for the given code :
int x, y, z, i ;
For (i=5; i<=8; i +=2)
{
x=2*i;
y=2*x/i*3;
}
z=x+y*i;
Cout<

Answers

Answered by av1266108
1

Answer:

x=10

y=2

I=5

plz mark me brainliest and give thanks

Similar questions