Page 1 of 1

About Question enthuware.ocpjp.v8.2.1750 :

Posted: Mon Sep 28, 2015 1:15 pm
by lveto15
Result of the code is 1.

Problem is in the line:

Code: Select all

long x = ChronoUnit.HOURS.between(ld1,ld2);
To fit to the given answer should be:
long x = ChronoUnit.HOURS.between(zd1,zd2);

Re: About Question enthuware.ocpjp.v8.2.1750 :

Posted: Mon Sep 28, 2015 7:32 pm
by admin
You are right. Fixed.
thank you for your feedback!
Paul.