(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
2
Explanation:
???????????????????????????????????
Similar questions
Social Sciences,
3 months ago
History,
3 months ago
Computer Science,
3 months ago
Social Sciences,
7 months ago
Hindi,
7 months ago
Political Science,
1 year ago