Computer Science, asked by chandankumar980088, 10 months ago

Write a program to display sum of two number

Answers

Answered by Anonymous
0

Answer:

the following program is in python :

x = 3

y = 6

print(x+y)

That's the program...:)

Answered by Anonymous
0

HEY THERE

YOUR PROGRAM FOR PYTHON:

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

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

c=a+b;

print ("sum of two digits=",c)

output:

a=2

b=3

sum of two digit=5

HOPE IT HELP

^_^

Similar questions
Math, 5 months ago