Given the following code:
?
int number = 49;
?
What will be printed, if anything, and what will the value of the variable number be after the following statements are executed?
?
if ( number >= 50)
    cout

What will be an ideal response?


Nothing will be printed since number equals 49; however, the statement increasing the number variable by 1 will be executed since the statements do not have braces around them creating a statement block.  Therefore, the value of the number variable would be 50.

Computer Science & Information Technology

You might also like to view...

If the Type argument of the MessageBox action is set to ____, a black exclamation point in a yellow triangle appears on the message box.

A. Information B. Warning! C. Warning? D. Critical

Computer Science & Information Technology

A bitmap graphic is referred to in Word as a(n) drawing.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To perform a two- or three-column sort on a worksheet list, click the Sort & Filter button in the Editing group on the Home tab and click _____.

A. Custom Sort B. Sort Range C. Sort List D. none of the above

Computer Science & Information Technology

Whether your goal is to sell a product or provide information, graphics are the simplest and most common way to communicate with Web site visitors.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology