The semicolon at the end of the if condition should be removed. The closing double quote after the second endl should be placed after 65.

```
if (age >= 65) {
cout << "Age is greater than or equal to 65" << endl;
else; {
cout << "Age is less than 65 << endl";
}
```


The semicolon after the else should be removed. The closing double quote after the second endl should be placed after 65.

Computer Science & Information Technology

You might also like to view...

A(n) ____ story is a prose description of what software is to do, from the perspective of a person using the software.

A. objective B. user C. short D. viewer

Computer Science & Information Technology

To turn the visibility for layers on and off, you can press ____ on the visibility icon for the layer you wish to view.

a. ESC+click b. CTRL+click c. ALT+click d. SHIFT+click

Computer Science & Information Technology

After you enter and save contact information, that information is available as you compose ____.

A. shortcuts to Outlook functions, such as Notes B. Outlook management files C. documents D. email messages

Computer Science & Information Technology

Use the __________ property to configure a maximum width for an element

a. width b. maximum-width c. max-width d. width-max

Computer Science & Information Technology