摘要:
循环结构 : while循环 do...while循环(几乎不用) for循环(使用最多)特点:在给定的条件成立时,反复执行某程序段,直到条件不成立为止。给定的条件为循环条件,反复执行的程序段位循环体。一、while循环while(条件表达式){ 循环语句;}#import int mai... 阅读全文
posted @ 2014-06-10 09:10
狭义
阅读(184)
评论(0)
推荐(0)
2014年6月10日
2014年6月9日
2014年6月7日
2014年6月6日
2014年6月4日
2013年6月26日