Computer Science, asked by vandanapramilgupta, 3 months ago

a=10 b=20 print (10 and 40)​

Answers

Answered by SonalSadani
0

Answer:

A = 10 one time & B = 20 two times

Explanation:

A = 10 B = 20

So, if we have to print 10 and 40 we will print A = 10 one time & B = 20 two times

Similar questions