Computer Science, asked by rohangurung741, 4 days ago

What will be the result of the formula
=INT(34.56)

35
34.6
34
34.5​

Answers

Answered by QuestionLover
0

Answer:

34

Explanation:

The Excel INT function returns the integer part of a decimal number by rounding down to the integer. Note that negative numbers become more negative. For example, while INT(10.8) returns 10, INT(-10.8) returns -11. number - The number from which you want an integer.

Hope it will help you :)

Similar questions