Round the values down at the places noted.

27.17 to an integer

Round 27.17 down at units place.
Rounding digit is 7.
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 27.

Computer Science & Information Technology

You might also like to view...

Consider the following recursive definition, where n is a positive integer.F(1) = 3F(n) = F(n - 1) + 1 if n > 1The value of F(3) is ____________________.

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

Computer Science & Information Technology

The ____________________ manipulator must be included for each occurrence of a number inserted in the data stream sent to cout.

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

Computer Science & Information Technology