C# Program to print Rectangle $ - welcome to the blog
Gadget Warrior, on this occasion we will discuss the information titled C# Program to print Rectangle $ as you are looking for, we have collect a lot of data to make this article so that you are satisfied with the information we convey, well please continue reading:
This is about :
C# Program to print Rectangle $
And this article :
C# Program to print Rectangle $
Article Csharp,
Article programs,
You can also see our article on:
C# Program to print Rectangle $
Program Statement:
Write a program using for loop which prints the following output on the screen.
$$$$$$$$$$$
$ $
$ $
$ $
$$$$$$$$$$$
Solution:
static void Main(string[] args)
{
for (int i = 1; i <= 11; i++)
Console.Write("$");
Console.WriteLine();
Console.WriteLine();
for (int i = 1; i <= 3; i++)
Console.WriteLine("$ $\n");
for (int i = 1; i <= 11; i++)
Console.Write("$");
Console.ReadLine();
}
Articles C# Program to print Rectangle $ finished we discussed
A few of our information about the C# Program to print Rectangle $, I hope that we submit article easy to understand
You've finished reading an article
C# Program to print Rectangle $ and many articles about gadget in our blog this, please read it. and url link of this article is
http://mallcopwarrior.blogspot.com/2013/12/c-program-to-print-rectangle.html Hopefully discussion articles on
could provide more knowledge about gadgets.
Tag :
Csharp,
programs,
0 comments:
Post a Comment