Given the following code snippet, what will be displayed on the web page if the user enters 55 at the prompt?

```
var result = "Yes!";
var multiply = prompt("What is 5 * 11?");
result = (parseInt(multiply) == 55)?"Correct":"Incorrect";document.write(result);
```

a. Correct
b. Incorrect
c. 55
d. Yes!


a. Correct

Computer Science & Information Technology

You might also like to view...

If your worksheet contains multiple pages, the margin settings apply _____.

A. only to the current page B. to the first two pages C. to all the pages D. to the specified pages

Computer Science & Information Technology

The command cat xxx >> zzz

a: copies xxx and to zzz b: creates zzz if it dose not exist c: if zzz does exist xxx is appended to the end of zzz d: all of the above e: none of the above

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Use decision trees when not every condition is relevant to every decision. 2. A goal of producing process specifications is to obtain a precise description of what is accomplished. 3. Business rules are the set of procedures, conditions or formulas that allow a corporation to run its business. 4. Use decision trees when there are many repetitious actions.

Computer Science & Information Technology

The left margin for unbound reports is ____.

A. Default (1") B. 1.25" C. 1.5" D. 2"

Computer Science & Information Technology