Pretty simple: ((int) Math.pow(10, 12)) gives me 2147483647 (which is Integer.MAX_VALUE)
(int) Math.pow(10, 12)
I got this from my code and a