アニメ!アニメ!

2015年10月16日金曜日

[C#]WriteLineメソッドとインデックス

using System;

class console02
{
    public static int Main()
    {
        string cat = "猫" , dog = "犬";

            Console.WriteLine("{0}はあほですが、{1}は賢いです",cat,dog);
        return 0;
    }
}

http://www.kumei.ne.jp/c_lang/cs/cs_02.htm


C#プログラミングTips:文字列処理に関するヒント
http://www.atmarkit.co.jp/fdotnet/csharptips/010string/010string.html

0 件のコメント:

コメントを投稿