Write an algorithm to perform subraction of 2 numbers
Answers
Answered by
1
Explanation:
1- declare a variable (number1) to hold number 1
2- declare second variable (number 2) to hold number 2
3- declare third variable (result) to hold result
4- perform subtraction operation on number1 and number 2
5- store the result in "result" variable
6- show results (optional step)
Similar questions