class Test { public static void main(String[] args) { int a = 10; int b = 20; // Method call int ret = add(a, b); System.out.println("ret ...
確定! 回上一頁