Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What will be the output of Round(3.7) and Ceil(3.7) in Java?
Home
JAVA
What will be the output of Round(3.7) and Ceil(3.7) in Java?
asked
May 31, 2020
in
JAVA
by
SakshiSharma
(
32.2k
points)
What will be the output of Round(3.7) and Ceil(3.7) in Java?
#java-round
#java-ceil
3
7
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 31, 2020
by
Robindeniel
(
20.8k
points)
Round(3.7) returns 4 and Ceil(3.7) returns 4.
Related questions
0
votes
Q: What Is Sap R/3?
asked
Mar 28, 2020
in
SAP
by
amita rallin
(
731
points)
#sap-r
3
0
votes
Q: Can you change the private IP address of an EC2 instance while it is in running or in a stopped state?
asked
Dec 5, 2020
in
Amazon Elastic Compute Cloud EC2
by
SakshiSharma
(
32.2k
points)
3
0
votes
Q: The supported architecture for round, ceil and floor in Swift is/are
asked
Nov 6, 2022
in
Swift
by
rajeshsharma
(
23.9k
points)
swift
architecture
0
votes
Q: Tell me 3 features introduced on JDK 1.7?
asked
Jan 27, 2020
in
JAVA
by
rahuljain1
(
6.5k
points)
#jdk-features
Java-questions-answers
0
votes
Q: How to round up to 2 decimal places in java?
asked
Nov 15, 2020
in
JAVA
by
rajeshsharma
(
23.9k
points)
#java-error
#java-decimal-place
Java-questions-answers
0
votes
Q: How to round off numbers in java in 2 mins
asked
Oct 10, 2020
in
JAVA
by
Robindeniel
(
20.8k
points)
#round-off-numbers
#java-round-off-number
Java-questions-answers
0
votes
Q: Is the following program written correctly? If yes then what will be the output of the program?
asked
Apr 30, 2021
in
JAVA
by
rajeshsharma
(
23.9k
points)
#output
java-progam
Java-questions-answers
0
votes
Q: What will be the output of the following program?
asked
Apr 9, 2021
in
JAVA
by
Robindeniel
(
20.8k
points)
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
Q: What will be the output of the following program?
asked
Apr 9, 2021
in
JAVA
by
Robindeniel
(
20.8k
points)
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
Q: What will be the output of the following program?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
(
32.2k
points)
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
Q: What will be the output of the following program?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
(
32.2k
points)
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
+2
votes
Q: On calling add() method as described below, what will be the output?
asked
Feb 8, 2020
in
JAVA
by
rahuljain1
(
6.5k
points)
#java-public-class
Java-questions-answers
0
votes
Q: Evaluate the following Java expression, if x=3, y=5, and z=10:
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
(
32.2k
points)
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
Q: Top 3 difference between checked and unchecked exception in Java
asked
Oct 17, 2020
in
JAVA
by
rahuljain1
(
6.5k
points)
#unchecked-exception
#checked-exception
Java-questions-answers
0
votes
Q: What will this return 3*0.1 == 0.3? true or false?
asked
Oct 24, 2020
in
JAVA
by
sharadyadav1986
(
31.7k
points)
#return
Java-questions-answers
...