Write a script that asks the user to enter two integers, obtains the numbers from the user and outputs HTML text that dis- plays the larger number followed by the words “is larger” in an information message dialog. If the numbers are equal, output HTML text that displays the message “These numbers are equal.” Use the techniques shown in Fig. 13.14.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
31
32
33
Click Refresh (or Reload) to run this script again
34
Computer Science & Information Technology
You might also like to view...
If a date is typed as 7-5-17, Excel will complete it as ________
A) 7/5/2017 B) Jul-17 C) 5-Jul-17 D) Jul-5-17
Computer Science & Information Technology
void printNum(int num) //Line 1{ //Line 2 if (n < 0) //Line 3 cout
A. Statements in Lines 3-11 B. Statements in Lines 5-6 C. Statements in Lines 5-11 D. Statements in Lines 7-11
Computer Science & Information Technology