Write down the synyax 1) To find the floor value of c
Answers
Answered by
1
Question:-
- Write down the syntax to find the floor value of c in Java.
Answer:-
To find floor value of a variable, we use Math.floor() function.
To find floor value of c, the Java expression will be,
Math.floor(c);
Note:-Math.floor() function is used to return the lower integer for the given argument.
Similar questions
Social Sciences,
2 months ago
Math,
2 months ago
Social Sciences,
2 months ago
English,
5 months ago
Hindi,
9 months ago