What is the value of count when the following loop is exited?

```
var count = 20;
while( count < 200)
count*=3;
```

a. 20
b. 180
c. 540
d. 201


c. 540

Computer Science & Information Technology

You might also like to view...

When you crop an image, how many cropping handles are there?

A) 2 B) 6 C) 4 D) 8

Computer Science & Information Technology

Using the Back Up Database utility only saves the structure of the database, not the content

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____ is the frame or window in which a linked Web page will open.

A. hyperlink B. hotspot C. image map D. target

Computer Science & Information Technology

To place pictures in an exact location on the slide, you can use the:

A) horizontal ruler. B) vertical ruler. C) text boxes. D) Both A and B

Computer Science & Information Technology