System.out.printf("%d % %d = %d", int1, int2, int1%int2); //assuming int1, int2 are inputed by the user. I am new to Java, just started ...
確定! 回上一頁