We are providing online training of realtime Live project on Asp.Net MVC with Angular and Web API. For more information click here. If you have any query then drop the messase in CONTACT FORM

Friday, June 19, 2015

E
E D
E D C
E D C B
E D C B A

  class Program
    {
        static void Main(string[] args)
        {

            for (int row = 69; row >= 65; row--)
            {

                for (int coll = 69; coll >= row; coll--)
                {

                    Console.Write(Convert.ToChar(coll));
                }

                Console.WriteLine();
            }

            Console.ReadLine();

        }


    }

No comments: