Pages

Using C# program print scape squences on Console aslo use write or writeline write both operation.

CODE:

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

namespace Muhammad_ALI_1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("******************SCAPE SQUENCES***************");
            Console.WriteLine("CURENT SITUATION OF PAKISTAN\nPakistan\'s current situation is not as much good.We have many problams that we are facing.And the government is also not taking any step to solve these problems.");
            Console.WriteLine("\aImran khan is going to have sonami in pakistan.");
            Console.WriteLine("\tWe should blame on Government.");
            Console.WriteLine("\'\'Imran Khan\'\' is also popular among elders\bYoungsters");
             }
       }
}

OUTPUT:


No comments:

Post a Comment