Computer Science, asked by shubhangibhatt0707, 3 months ago

1. Integer a, b
2. Set b = 2
3. for (each a from 1 to 6)
4.
b = b + a - 4
end for
7. Print b
M
6.​

Answers

Answered by zahimohd260
2

Answer:

..

Explanation:

Integer a, b

2. Set b = 2

3. for (each a from 1 to 6)

4.

b = b + a - 4

end for

7.

Answered by anamikadubey77229537
0

Answer:

8

Explanation:

when a is start from 1 to 6 than a=8

and we find value of b where we find

b=b+a-4 = > b+8-4=8

Similar questions