In the Problem # 8. String to Integer (atoi) the "32-bit Integer Range" Test Case is incorrect for Java since the value expected by test case is : 2147483648 but the actual value in Java is 2147483647.