Open jiwpark90 opened 11 years ago
I'm pretty sure it's Integer.MAX_VALUE
cents.
Just to make sure, we should limit that to Integer.MAX_VALUE / 100
since were storing it as amount * 100
?
I think chris said cents?
Ji is saying that we should not let the user enter in dollar amounts greater than Integer.MAX_VALUE / 100
, which is correct.
What's the max number we can take as input that won't cause weird number problems?