write a program to print the sum of numbers - class 7
Anonymous:
___k off
Answers
Answered by
3
CLS
Input"Enter two numbers"; a,b
Sum= a+b
Print" The sum is "; Sum
END
Similar questions