Write a program to find the sum of number 50 and 60
Answers
Answered by
0
Answer:
Explanation:
n=50
m=60
s=m+n
print ( s)
The above program is for python.
cls
N=50
M=60
S=N+M
Print S
This program is for a qbasic.
Similar questions