Alphabet Pattern in C#

Advertisements

Prev Tutorial Next Tutorial

Print Alphabet Pattern in C#

In C# this code is very simple to write just follow same concept like C and C++ programming only you need to change syntax.

Print Alphabet Pattern in C#

using System;  

public class AlphabetPattern  
 {  
  public static void Main(string[] args)  
   {  
    char ch='A';      
    int i, j, k, m;      
    for(i=1; i<=5; i++)
	{
     for(j=5; j>=i; j--)      
	 Console.Write(" ");      
	 for(k=1;k<=i;k++)      
	 Console.Write(ch++);      
	 ch--;      
	 for(m=1;m<i;m++)      
    Console.Write(--ch);      
	Console.Write("\n");      
    ch='A';      
  }      
 }  
}  

Output

         A
      ABA
     ABCBA
   ABCDCBA
 ABCDEDCBA

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements