Computer Science, asked by 26059, 1 day ago

Find output of the following program: A = 130 B = 212 C = 2.4 D = "India" A = A + B - C C = A - C + B B = B % 7 C = C // 52 print(D,"is better than") print(141-C, "countries")​

Answers

Answered by divinesha2007
0

India is better than 139.6 countries.

as D means India and 141-C=141-2.4=139.6

this is ur answer

please mark me as brainliest if it is correct and/or useful

hope this helps u...

Similar questions