Computer Science, asked by everyuchannel, 6 months ago

Write a program to print the sum of two given numbers.

Answers

Answered by Anonymous
0

Answer:

HERE IS YOUR ANSWER

Explanation:

In mathematics, summation (capital Greek sigma symbol: ∑) is the addition of a sequence of numbers; the result is their sum or total. The numbers to be summed may be integers, rational numbers, real numbers, or complex numbers.

Answered by pawannpc9997
0

Answer:

x=10

y=12

z=(x+y)

print (z)

Similar questions