วันศุกร์ที่ 29 กรกฎาคม พ.ศ. 2554

test2

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

namespace TEST2
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("this line\tcontains two\ttabs");
            Console.WriteLine("this statement\ncontains a new line");
            Console.WriteLine("this statement sound three alerts\a\a\a");
            Console.ReadLine();
        }
    }
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น