Computer Science, asked by Aayushjulani2005, 6 months ago

if(x==z) x=0;else x++. Find error​

Answers

Answered by Anonymous
1

if(x==z)

{

x=0;

}

else

{

x++;

}

Similar questions