Tech News World, Contacts Samsung Galaxy, Windows 8, Nokia Lumia, Quad Core Smart Phones, HTC smartphone, Google Nexus, MacBook, PayPal

Saturday, December 28, 2013

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

C# Program to display the different series output on the screen - Although I work in the office and a lot of work that makes me tired but still I make a blog Tech News World and still will update it for you because this is part of my hobby who likes the world of technology, especially about the gadget, now we will discuss first about C# Program to display the different series output on the screen because it is the topic that you are now looking for, please refer to the information I provide in the guarantee for you,

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

You can also see our article on:


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();
}




so much information about C# Program to display the different series output on the screen

hopefully information C# Program to display the different series output on the screen can provide useful knowledge for you in getting information about the latest gadgets,

just finished your reading article about C# Program to display the different series output on the screen if you feel this article useful for you please bookmark or share using link http://aziin5teens.blogspot.com/2013/12/c-program-to-display-different-series.html for more people know

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

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

0 comments:

Post a Comment