write an *algorithm* to simulate a simple calculator
Answers
Answered by
1
Answer:
Algorithm for designing a simple calculator:
Start of algorithm.
Take two numbers as input and store it in.
Take an input to let the user choose.
If the user chooses addition, then perform.
If the user chooses subtraction, then.
If the user chooses multiplication, then.
If the user chooses division, then perform.
Hope it helps you!
Please mark my answer as a Brainliest answer!!
Thankyou!!
Similar questions