You can also store the result in a variable (recommended, as it is easier to read and maintain): ... public static void main(String[] args) { checkAge(20); ...
確定! 回上一頁