Computer Science, asked by varsharajput04082002, 8 hours ago

Q1. 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 = CII 52
print(D,"is better than")
print(141-C, "countries")​

Answers

Answered by deepfurniture21
0

Answer:

A=130

Explanation:

I am not sure it can be A=A+B-C also or B=212

Similar questions