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