What is the output of this program?

```
int x = 10, y = 12;
if(x > y)
{
cout<<” x is greater than y.”;
}

```

A. x is greater than y
B. false
C. Crash. The statement is written incorrectly.
D. Nothing. The statement in side the braces will not execute.


D. Nothing. The statement in side the braces will not execute.

Computer Science & Information Technology

You might also like to view...

A collection of professionally selected slide color schemes, fonts, graphic accents, and background colors is called a presentation ______.

A. template B. framework C. theme D. worksheet

Computer Science & Information Technology

A(n) ____ design has only one global element with everything else nested inside of it.

A. Venetian Blind B. Flat Catalog C. Russian Doll D. Aggregated

Computer Science & Information Technology

You can click the Page Layout view button on the _________________________ to switch to Page Layout view.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

_____ effects convert colors in a picture to a wide variety of hues.

A. Recolor B. Redesign C. Reorganize D. Repair

Computer Science & Information Technology