Computer Science, asked by ilyeshan513, 10 months ago

Predict the output of the following
1. Math.floor (14.29)​

Answers

Answered by TousEveil
0

output will be 14.0

hope it will help you

Answered by anindyaadhikari13
1

Question:-

Predict the output of the following code.

Answer:-

Math.floor(14.29) = 14.0

Math.floor() function is used to return the lower integer for the given argument. Resultant data type:- double.

Similar questions