How many times will the following do-while loop be executed?
```
int x = 11;
do
{
x += 20;
} while (x <= 100);
```
a. 5
b. 4
c. 3
d. 1
a. 5
Computer Science & Information Technology
You might also like to view...
FILE-SERVER-1 is being decommissioned. A server technician powers off the server labeled FILE-SERVER-1 only to find out the label on the server was incorrect, causing an outage. Which of the following could have helped avoid this outage?
A. IP address B. Recovery documentation C. Hardware inventory D. Network diagram
Computer Science & Information Technology
A 100BaseFX network has a maximum distance of __________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology