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...
If a method controls the behavior of multiple objects it should usually be defined as a scene method.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of the following describes an IBSS?
A) A network in which multiple access points are spread throughout multiple geological locations" B) A network in which two or more wireless devices connect to each other directly, with no other means of network connectivity C) A network which contains a single access point D) A network in which only certain devices have authorization to connect to the wireless network
Computer Science & Information Technology