Tecno Android Phones, Samsung Imei Repair, Huawei Mediapad, Official Firmware/ Flash File, WiFi, Alcatel One, Flash Tool Windows, Android Jelly Bean

C# Simple Loop Program example to print characters

C# Simple Loop Program example to print characters - we say welcome to the blog Tecno Android Phones we provide a lot of latest gadget information that must be very dear for you to miss, now we will discuss first about C# Simple Loop Program example to print characters we have collected a lot of information to make this article to complete for you, Please read:

Articles : C# Simple Loop Program example to print characters
full Link : C# Simple Loop Program example to print characters
Article Csharp, Article programming, Article programs,

You can also see our article on:


C# Simple Loop Program example to print characters

Simple Loop Problem to Print A B D H P

Problem Statement:
Write a program using for loop which prints the following output. (You have to find a pattern to print alphabetics in this order)
A B D H P

Solution:

static void Main(string[] args)
{
int i,j,ch=0,n;
Console.Write("A ");
for (i = 1; i <= 4; i++)
{
n = 1;
for (j = 1; j <= i; j++)
{
n = n * 2;
ch = 64 + n;
}
Console.Write((char)ch + " ");
}

Console.ReadLine();
}




Articles about C# Simple Loop Program example to print characters finished discussed

We think it is enough information about C# Simple Loop Program example to print characters, hopefully the information we give can give benefit for you,

If you feel the information C# Simple Loop Program example to print characters that we provide can provide benefits for others please share with link https://southernmatron.blogspot.com/2013/12/c-simple-loop-program-example-to-print.html thank you for visiting our blog page and do not forget to visit other pages.

Tag : , , ,
Share on Facebook
Share on Twitter
Share on Google+

Related : C# Simple Loop Program example to print characters

0 komentar:

Post a Comment