Computer Science, asked by ashessaha564gmailcom, 8 months ago

int a, b;
if(a % b == 0)
break;
نها
(From ICSE
Give the output of the following program segment and also mention the
times the loop is executed :
for (a = 6, b = 4; a <= 24; a = a + 6) {​

Answers

Answered by goundasandeepkumar
1

if(a % b == 0)

break;

نها

(From ICSE

Give the output of the following program segment and also mention the

times the loop is executed :

for (a = 6, b = 4; a <= 24; a = a + 6) {

Similar questions