Gadget Ferrari, Z3X BOX Samsung Tool PRO, Nexbox, Octoplus Octopus Samsung Factory Reset, Ultimate Multi Tool, Android Jelly Bean, Specifications, Images and Price, Mobile Phone Tools

C# Simple Loop Program example to print characters

C# Simple Loop Program example to print characters - we should care about the technology that continues to grow, because all the technology is usually created to simplify our lives, every time there is a new technology that is embedded into the gadgets of various brands, on blogs Gadget Ferrari we will review the latest and old gadgets that start from the spec and the price ... well now we will discuss first about C# Simple Loop Program example to print characters please refer to the information we will convey as we always try to display complete information.

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 many information about C# Simple Loop Program example to print characters

hopefully the infromation we provide with the title C# Simple Loop Program example to print characters can give you the reperency to find the gadget that suits your life.

you just read the article with the title C# Simple Loop Program example to print characters if you intend to bookmark or share it for more useful for others please use link https://ferraricars77.blogspot.com/2013/12/c-simple-loop-program-example-to-print.html and if you want to get more information please visit other page.

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

Related : C# Simple Loop Program example to print characters

0 comments:

Posting Komentar