Will the following program terminate?
```
int balance = 10;
while (true)
{
if (balance < 9) continue;
balance = balance - 9;
}
```
A. Yes
B. No
B. No
You might also like to view...
There are several uses of the getline function. Assume the definition, string line1, line2; Which one of these allows specification of the character on which input stop?
a. cout << “Enter a line of input \n”; getline(cin, line1); b. cout << “Enter a line of input \n”; getline(cin, line1, ‘?’); c. cout << “Enter a line of input \n”; getline(cin, line1) >> line2;
Which showmount command option is used to used to list only the mounted directories?
A. -a B. -d C. -h D. -m
Where possible, apply the rules of exponents to simplify the expressions to a base number with a single exponent. Note: there are three parts to each problem.

Displays the name of a worksheet within a workbook.
What will be an ideal response?