2010年5月14日金曜日

開発環境:
Microsoft Windows 7 Home Premium (OS)
Microsoft Visual C# 2010 Express Edition (IDE)

プログラミング言語 (Microsoft Visual C#)
アプリケーション (コンソールアプリケーション)

"初めてのC# 第2版"のp.26、2章(Visual Studio 2005)の2.7 練習問題を解いてみる。



練習 2-1














練習 2-2


練習 2-3

using System;
using System.Collections.Generic;
using System.Text;

namespace HelloWorld
{
    class program
    {
        static void Mai(string[] args)
        {
            System.Console.WriteLine("HeloWorld!");
            for (int i = 0; i < length; i++)
            {
                
            }
        }
    }
}

blogram投票ボタン 人気ブログランキングへ Yahoo!ブックマークに登録

0 コメント:

コメントを投稿