2016年12月3日 星期六 --出埃及记 Exodus 20:24 "`Make an altar of earth for me and sacrifice on it your burnt offerings and fellowship offerings, your sheep and goats and your cattle. Wherever I cause my name to be honored, I will come to you and bless you. 你要为我…
import java.util.Arrays;import java.util.Scanner; public class Test07 { public static void main(String[] args) { Scanner scn = new Scanner(System.in); int shu[] = new int[4]; for (int i = 0; i < 4; i++) { shu[i] = scn.nextInt();…