New C# Program to display the different series output on the screen

New C# Program to display the different series output on the screen - lately we often hear a lot of new gadgets are released by famous brands that have a good spec, on the blog Anisa Gadget we will discuss about the review gagdet of all brands ranging from spek, price and how to use it, now we will discuss first about New C# Program to display the different series output on the screen please refer to the information we provide, because we have collected a lot of data to make this article to be complete for you:

Articles : New C# Program to display the different series output on the screen
full Link : New C# Program to display the different series output on the screen
Article Csharp, Article programs,

You can also see our article on:


New C# Program to display the different series output on the screen

C# Program to display the different series output on the screen

Program Statement:
Write a program which display the following output on the screen.
1 2 3 4 5
1 4 9 16 25
1 8 27 64 125

Solution:
 static void Main(string[] args)
{
for (int i = 1; i <= 5; i++)
Console.Write(i+" ");

Console.WriteLine();

for (int i = 1; i <= 5; i++)
Console.Write(i * i+" ");

Console.WriteLine();

for (int i = 1; i <= 5; i++)
Console.Write(i * i * i+" ");

Console.ReadLine();
}




quite so many infromation New C# Program to display the different series output on the screen

hopefully the information we provide about New C# Program to display the different series output on the screen can give more benefits for you in determining the gadget that suits your needs.

you just read the article with the title New C# Program to display the different series output on the screen if intend to bookmark bookmark or share please use link https://anisapunyablog.blogspot.com/2013/12/new-c-program-to-display-different.html to get more information about technology please visit other pages on this blog, thank you.

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

Related : New C# Program to display the different series output on the screen

0 komentar:

Posting Komentar