I recommend initializing the int to a value, otherwise Java compiler will likely generate an error. e.g. int i = 0; int i = '0'; (old C/C++ ...
確定! 回上一頁