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
You might also like to view...
A class must be ________ before objects of that class can be created.
a) added to the Form b) declared as Private c) contain properties d) added to the application’s project e) None of the above.
You can blog from a smartphone
Indicate whether the statement is true or false
In order to accept credit-card payments, a merchant must have a ________ account with a ________.
(a) host, bank. (b) host, credit-card company. (c) merchant, bank. (d) merchant, credit-card company.
ASCII stands for ________
A) American Standard College for Internet Interchange B) American Standard Code for Internet Interchange C) American Standard Code for Information Interchange D) American Standard College for Information Interchange