Source code-
INPUT"Enter the first number";num1
INPUT"Enter the second number";num2
ADD = num1 + num2
PRINT"The sum of those numbers are";ADD