Round the values down at the places noted.

18.6 to an integer


Round 18.6 down at units place.
Rounding digit is 8.
For all the digits right of the units place:
Drop those to the right of the decimal place.
Zero-fill those to the left of the decimal place.
Result is 18.

Computer Science & Information Technology

You might also like to view...

The highest point in the Linux file structure is the ____.

A. top B. peak C. root D. base

Computer Science & Information Technology

In Google Drive, the ________ indicates with a blinking vertical line where text or graphics can be inserted

A) tab B) menu bar C) insertion point D) work area

Computer Science & Information Technology

To append records from an Excel worksheet to an existing database table, the field names must be identical.

a. true b. false

Computer Science & Information Technology

To declare a two-dimensional array in Java, you type two sets of ____ after the array type.

A. { } B. [ ] C. ( ) D. < >

Computer Science & Information Technology