What is the value of x after the following statements execute?int x = 5;int y = 30;do x = x * 2;while (x < y);
A. 5
B. 10
C. 20
D. 40
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following improves wireless performance only allowing only one wireless transmission on the network at a time?
A) CSMA/CA B) CSMA/CD C) Wireless encryption D) Wireless bonding
Computer Science & Information Technology
Which of the following does NOT require a device driver to be installed in the OS?
A. installing additional RAM B. installing a DVD drive C. installing a new monitor D. installing a printer
Computer Science & Information Technology