Addition in Java · int a = 12; · int b = 17; · int c = 342; · int d = a + b + c; · System.out.println("Addition result = " + d);.
確定! 回上一頁