The following if statement .

```
if (13 < 12)
cout << "Never";
else

cout << "Always";
```
a. writes the word Never
b. writes the word Always
c. won't compile since 13 is not less than 12
d. causes a runtime error since 13 is not less than 12
e. prints nothing since 13 is not less than 12

b. writes the word Always

Computer Science & Information Technology

You might also like to view...

________ allows you to incorporate additional visualizations in PivotCharts

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

Computer Science & Information Technology

_________ can be used to provide confidentiality, data origin authentication, connectionless integrity, an anti-replay service, and traffic flow confidentiality.

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

Computer Science & Information Technology