Computer Science, asked by kumariabha234110, 3 months ago

write down the v.b code to make a calculator with the function as under addition ,subtract, multiplication division and clear

Answers

Answered by Anonymous
0

Answer:

Operator Mathematical Function Example

+ Addition 1+2=3

- Subtraction 10-4=6

^ Exponential 3^2=9

* Multiplication 5*6=30

/ Division 21/7=3

Mod Modulus(returns the remainder of an integer division) 15 Mod 4=3

\ Integer Division(discards the decimal places) 19/4=4

Similar questions