public class lianxi7 { public static void main(String[] args){ for (int i=1,j=5;i<=5;i++,j--){ System.out.println(i+"+"+j+"="+(i+j)); } }}
添加回答
举报
0/150
提交
取消