标题:求助下 我这代码怎么加个循环!! 刚学不回啊!!
只看楼主
YUY8832
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-3-24
得分:0 
using System;
class class1
    {
        public static void Main()
        {
            int a;
            //Console.WriteLine("输入一个数");
            //a = Convert.ToInt32(Console.ReadLine());
           
            for(a=0;a<100;a++)
            if (a % 2 == 0)
                Console.WriteLine("{0, 2}为偶数",a);
            else
            {
                Console.WriteLine("{0, 2}为奇数",a);
            }
            //Console.ReadLine();
        }
    };

[[it] 本帖最后由 YUY8832 于 2008-3-25 21:57 编辑 [/it]]
2008-03-25 21:55
andey
Rank: 2
等 级:新手上路
威 望:4
帖 子:938
专家分:0
注 册:2007-7-18
得分:0 
泡菜工作是泡妞:兼职写程序什么的

msdn == 葵花宝典!!!
QQ:122768959
2008-03-26 09:42



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-201806-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.379363 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved