《The Java Tutorial_3ed》中的一道练习题?求解
2、What two Integer methods would you use to convert a string expressed in base 5 into the equivalent int? For example, how would you convert the string "230" into the integer value 65? Show the code you would use to accomplish this task.
因为英语不过关,不知道题中的“ in base 5 ”是何意?
这道题目在第三版的原书P164.Q1.b