Computer Science, asked by adityavivek374, 6 months ago

Write the output of the following code :

A=5%2

B=A**2

C=A//B

A+=A+B+C

B+=A+B+C

C-=A+B+C

print(A,B,C)

 

a) 4 6 -10

b) 3 7 -11

c) 4 7 -11

d) 4 7 -10

Answers

Answered by rameshmati36
0

Answer:

I think option c please check

Answered by snehajha8
1

Explanation:

c) 4 7-11 is correct.....

Similar questions