Computer Science, asked by shamnapradeesh, 9 months ago

X=5 ; y=50;
while (X<=y)
{
X=y/x;
}

please tell me the answer​

Answers

Answered by KiranJalumuri
3

Answer:

10

Explanation:

X=5,y=50

X=y/x

x=y/X

x=10

Similar questions