Computer Science, asked by nirmalshrestha8748, 1 year ago

write a program to print the sum of numbers - class 7


Anonymous: ___k off

Answers

Answered by don762
3

CLS

Input"Enter two numbers"; a,b

Sum= a+b

Print" The sum is "; Sum

END

Similar questions