(VBScript Calculator) Write a VBScript calculator that provides addition, subtraction, multiplication and division opera- tions.

What will be an ideal response?

```

1

2

3

4

5

6



7 This is a 2-operand calculator. ie you cannot use it as follows:


8 a + b - c * d ...


9 But you can make operations on results if you like.


10 For example: a + b = ... + d = ... * e = ... etc.


11 (The operators used above are for the sake of example,

12 and not for any special purpose.)

13



14

15

16

17

18

19

20

21

22

23

24

26

27

28

29

30

31

32

33

34

35


25

Computer Science & Information Technology

You might also like to view...

When you don’t recall operator precedences you can

a) Look in a table of precedences b) Guess c) Use parentheses d) Experiment with the compiler

Computer Science & Information Technology

The _________________________ is next to the magnification box, and it displays information about the file size, the current tool, or the document dimensions.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Qoschin: Your Gateway to Quick, Reliable Answers.