摘要: package com.chongrui.test; /* *Break 是直接中止循环 *continue 只能运用在for while do ...while循环语句当中,用于让程序直接跳过后面的语句,进行下一次的循环 *return语句比较 * 输出10以内的全部奇数 * * */ publi 阅读全文
posted @ 2017-01-11 17:36 tantanba 阅读(1924) 评论(0) 推荐(0)
摘要: package com.chongrui.test; /* *Break 是直接中止循环 *continue 只能运用在for while do ...while循环语句当中,用于让程序直接跳过后面的语句,进行下一次的循环 *return语句比较 * 输出10以内的全部奇数 * * */ publi 阅读全文
posted @ 2017-01-11 17:14 tantanba 阅读(1237) 评论(0) 推荐(0)
摘要: package com.chongrui.test; /* *Break 是直接中止循环 *continue 只能运用在for while do ...while循环语句当中,用于让程序直接跳过后面的语句,进行下一次的循环 *return语句比较 * 求1到100之甩的连续的整理加起的和 * * * 阅读全文
posted @ 2017-01-11 16:59 tantanba 阅读(191) 评论(0) 推荐(0)