(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...

JavaScript has a function called ____ that returns a True value if a string cannot be converted to a number.

A. isNumeric(str) B. isNaN() C. numberToString(num) D. isLetter(str)

Computer Science & Information Technology

Artistic effects for images use the Live Preview feature

Indicate whether the statement is true or false

Computer Science & Information Technology

A ________ is a prebuilt chart format that applies an overall visual look to a chart

A) chart layout B) chart style C) chart design D) chart template

Computer Science & Information Technology

What method of extending a wireless network creates an Extended Service Set?

A. installing a wireless bridge B. adding a WAP C. creating an IBSS D. installing a router

Computer Science & Information Technology