摘要:
static void Main(string[] args) { int n = 0; while (n<100)// 类比 for(n=0,n<100,n++) { n++; if (n %2==0) { Console.Write(n+"是偶数"... 阅读全文
posted @ 2015-04-01 16:09
Yusarin
阅读(340)
评论(0)
推荐(0)
摘要:
namespace ConsoleApplication40{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-04-01 16:08
Yusarin
阅读(178)
评论(0)
推荐(0)
摘要:
namespace ConsoleApplication39{ class Program { static void Main(string[] args) { while (true) { ... 阅读全文
posted @ 2015-04-01 16:07
Yusarin
阅读(282)
评论(0)
推荐(0)

浙公网安备 33010602011771号