How do I set a very LARGE value to a long in java?
Assume We’ve the pursuing check in case num > (9999999999) num < 1000000000) //do whatever How to go about achieving this I won’t be able to use these values because they are properly above maxint, and I find it hard to set an extended or any double, because I can …