Write a script that tests as many of the math library functions in Fig. 18.1 as you can. Exercise each of these functions by having your program display tables of return values for a diversity of argument values in an HTML TEXTAREA.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
The Analysis ToolPak can be activated in:
A) Formula tab. B) Developer tab. C) Excel Options. D) Review tab.
Computer Science & Information Technology
Of the four action queries, which one would help you track student grades over the past decade?
A. Summary B. Find duplicates C. Find patterns D. Crosstab
Computer Science & Information Technology
What would display if following statements are coded and executed?
```
Declare Integer scores[3]= 76, 94, 83
Declare String names[3] = "Joe", "Amy", "Pat"
Display names[1]
Display "Your test score is: "
Display scores[2]
```
a. Joe
Your test score is:
94
b. Amy
Your test score is:
83
c. Joe
Your test score is:
76
d. Amy
Your test score is:
94
Computer Science & Information Technology