Computer Science, asked by amishafilomeena1003, 9 months ago

please answer this question if you know the answer then only answer else reported these questions are from computer science​

Attachments:

Answers

Answered by Anonymous
1

Answer:

I'm assuming it's a .py program, so here's the code.

a = int (input ("enter a number"))

b = int(input ("enter a number"))

c = int(input ("enter a number"))

print ("the sum is,", a+b+c)

your output is attached above.

Attachments:
Similar questions