Will the following program terminate?
```
int balance = 10;
while (true)
{
if (balance < 9) continue;
balance = balance - 9;
}
```
A. Yes
B. No
B. No
Computer Science & Information Technology
You might also like to view...
An example of a microblogging site is ________
A) Pinterest B) Tumblr C) MySpace D) Facebook
Computer Science & Information Technology
You can create an individual text box by clicking the Text Box button in the Text group on the ___________________ tab on the Ribbon.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology