Computer Science, asked by mantoshguha50, 7 months ago

(b) How many times the following loop will execute: [2]
for (x=2; x<=x; x=x+1)
{
if(x==3)
break;
x – –;
}

Answers

Answered by akshath2
2

Explanation:

???????????????????????????????????

Similar questions