Write the output : Math.ceil(23.4)
Answers
Answered by
1
2340 is correct answer bro
Answered by
1
Answer:
- The output of Math.ceil(23.4) is 24.0. Return Type - double.
Explanation:
- The Math.ceil() function is used to return the higher integer for the given argument. Resultant data type - double.
- Higher integer for 23.4 is 24.0, so Math.ceil(23.4) = 24.0.
For verification, check out the attachment.
Attachments:
Similar questions
Math,
1 month ago
Science,
1 month ago
Social Sciences,
1 month ago
Math,
3 months ago
Computer Science,
9 months ago