write an algorithm to add any two numbers
Answers
Answered by
0
Answer:
write an algorithm to add any two numbers
Explanation:
The algorithm to add two numbers.
Declare variable ( Two variable to store the number input by the user and one variable is used to store the output).Take the input of two numbers.Apply the formula for addition.Add two numbers.Store the result in a variable.Print the result.
Similar questions