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

โปรแกรม2

using System;
namespace DemoEscapeSequences {
    class Program {
        static void Main() {
            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();
        }
    }
}

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

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