Computer Science, asked by haris0710harish, 2 months ago

correct the code and find the output a = 10 b = 20 c = a+b print ("The output is", c)​

Answers

Answered by akankhyapan
2
The code is a=10, b=20, c= 30
Similar questions