write a program in small basic to add subtract and multiply two number
Answers
Answered by
0
Answer:
Explanation:
How do you add and subtract on Small Basic?
They can add, subtract, multiply, and divide numbers very quickly. We need to know how to make our Small Basic programs do arithmetic. There are four arithmetic operators we will use from the Small Basic language.
...
Arithmetic Operators.
Operation Example Result
Addition 3 + 8 11
Subtraction 6 - 4 2
Subtraction 11 - 7 4
Similar questions