breaknrun12
MIS
Why does the statement long x = 24 * 60 * 60 * 1000 * 1000 compute the value for x to equal 500654080 instead of what it really is 86400000000?
Thanks,
Thanks,
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
long y = 24L * 60L * 60L * 1000L * 1000L ;