Predict the output of the following
1. Math.floor (14.29)
Answers
Answered by
0
output will be 14.0
hope it will help you
Answered by
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