C# Simple Loop Program example to print characters - the world of technology is more advanced, we should be technically literate so as not left behind by others, in blogs
Republic Gadget we will present updated information about technological developments, product reviews from various brands, now we will discuss first about this information C# Simple Loop Program example to print characters we cover directly from reliable sources, please see:
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 infromation that we show for you about C# Simple Loop Program example to print characters can provide the latest knowledge about the gadgets you need in everyday life.
you've just read the article with the title C# Simple Loop Program example to print characters if you intend to bookmark or share it for many people please use the link https://bhrepublicadominicana.blogspot.com/2013/12/c-simple-loop-program-example-to-print.html still a lot of information on this blog, please visit other pages.
Tag :
Csharp,
programming,
programs,
0 komentar:
Post a Comment