About Question enthuware.ocpjp.v8.2.1750 :
Posted: Mon Sep 28, 2015 1:15 pm
Result of the code is 1.
Problem is in the line:
To fit to the given answer should be:
long x = ChronoUnit.HOURS.between(zd1,zd2);
Problem is in the line:
Code: Select all
long x = ChronoUnit.HOURS.between(ld1,ld2);
long x = ChronoUnit.HOURS.between(zd1,zd2);