Which of these expressions:

1. (int)19.00001
2. (int)18.99999
3. (int)19E2
evaluates to 19?


1. (int)19.00001

Computer Science & Information Technology

You might also like to view...

What does the following code print?

``` cout << "*\n**\n***\n****\n*****" << endl; ```

Computer Science & Information Technology

The sections in a configuration file must be listed in alphabetical order.

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

Computer Science & Information Technology

The default settings for Windows password policies are secure

Indicate whether the statement is true or false.

Computer Science & Information Technology

Placing a chart in a ____ displays only the chart and no worksheet cells.

A. new worksheet B. tabbed view C. graph display D. chart sheet

Computer Science & Information Technology