public class StartClass { public static void main(String[] args) { Double d1 = 1d; Double d2 = 1d; System.out.println(d1 == d2); } }
Login in to like
Login in to comment
@holladj04 It should be right ;)
2017 May 17, 11:44:38 PM
Correct the answer please.
2016 Nov 11, 4:12:06 AM
or Read more about Java Quizzes
Login in to like
Login in to comment