The following is an infinite loop. Rearrange the statements so that the loop will terminate as intended.

```
x = 0
Do
lstBox.Items.Add(x)
Loop Until x > 13
x += 2
```


Move the last statement one line up, before the Loop Until statement

Computer Science & Information Technology

You might also like to view...

?If the startup BIOS can't find a device to use to load the operating system, what error message is likely to appear?

A. ?Fixed disk error B. ?Blue screen of death C. ?Error in ntoskernel D. ?Error loading Windows

Computer Science & Information Technology

Which of the following actions refreshes data connections in a linked Excel workbook?

A. Click Existing Connection in the Get External Data group of the Data tab. B. Click Refresh on the File tab. C. Right-click on the data table and select Refresh all. D. Click Refresh All in the Connections group of the Data tab.

Computer Science & Information Technology

The network technician needs to install fiber cabling to connect two buildings less than 984 feet (300 meters) apart. Which of the following fiber types should be installed?

A. Singlemode B. Multimode C. Crossover D. F-Connector

Computer Science & Information Technology

The _____ attribute tells the XSLT processor which prefixes to regard as prefixes for extensions.?

A. ?prefixes B. ?extension-prefixes C. ?extension-element-prefixes D. ?xmlns

Computer Science & Information Technology