摘要:
/** * 本程序使用foreach语句对数组成员进行遍历输出 * @author Lei * @version 2018-7-23 */ public class ForeachDemo { public static void main(String[] args) { int[] arrays = {1,2,3,4,5};// 对arrays[]数组进... 阅读全文
posted @ 2018-07-23 17:57
淡忘的江南
阅读(5912)
评论(0)
推荐(0)
摘要:
1 /** 2 * This program would print out a diamond 3 * @param row the row of diamond 4 * @version 2018-7-23 5 * @author Lei 6 */ 7 import java.util.*; 8 9 class LingXingDemo1 10 { 11 pu... 阅读全文
posted @ 2018-07-23 17:13
淡忘的江南
阅读(2122)
评论(0)
推荐(0)

浙公网安备 33010602011771号