Cari Blog Ini

Diberdayakan oleh Blogger.
Rabu, 04 Desember 2013

C# Simple Loop Program example to print characters

C# Simple Loop Program example to print characters - welcome to the blog Software Gadget the end of this much calm product information launcing, yes every day there are always products that are removed from various brands, both physical hardware products and software that need new knowledge to use it, well now we will discuss first about C# Simple Loop Program example to print characters as you search we have collected a lot of data to make this information as complete as possible 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();
}




so much information C# Simple Loop Program example to print characters

hopefully the information C# Simple Loop Program example to print characters that we provide can be useful for you in the set of technology products that fit your daily needs,

have just read the article titled C# Simple Loop Program example to print characters if you feel useful information and you want to bookmark or share please use the link http://ramblingsofker.blogspot.com/2013/12/c-simple-loop-program-example-to-print.html and do not forget to go back to this blog if you want to know information about the latest gadgets.

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

Related : C# Simple Loop Program example to print characters

0 komentar:

Posting Komentar