Computer Science, asked by manjhiuday133, 4 months ago

Write a program to obtain three numbers and print there sum. class 11. Cbse IP​

Answers

Answered by imtiyazallam
2

Answer:

a = int(input("enter 1st no."))

b = int(input("enter 2nd no."))

c = int(input("enter 3rd no."))

print((a + b + c))

Answered by Itzzbiswita
0

Answer:

Ma'am present VI - D.... . ............... ..

Similar questions