Write a script that asks the user to enter two numbers, obtains the two numbers from the user and outputs HTML text that displays the sum, product, difference and quotient of the two numbers. Use the techniques shown in Fig. 13.6.
What will be an ideal response?
```
1
2
3
4
5
6
7
21
22
23
24
Click Refresh (or Reload) to run the script again
25
26
```

Computer Science & Information Technology
You might also like to view...
In a blue-to-yellow gradient, the color at the midpoint would be ____.
A. aqua B. green C. cyan D. orange
Computer Science & Information Technology
Merge fields are surrounded by double ________
A) angled brackets << >> B) brackets [[ ]] C) parentheses (( )) D) braces {{ }}
Computer Science & Information Technology