New C# Program to Print Triangle in Square - 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 Print Triangle in Square 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 Print Triangle in Square
full Link :
New C# Program to Print Triangle in Square
Article Csharp,
Article programs,
You can also see our article on:
New C# Program to Print Triangle in Square
C# Program to Print Triangle in SquareProgram Statement:Write a program which display the following output on the screen.
####$####
###$#$###
##$###$##
#$#####$#
$#######$
Solution:
class shape
{
int x, y;
public void sh()
{
Console.WriteLine();
for (x = 1; x <= 5; x++)
{
for (y = 1; y <= 5 - x; y++)
{
Console.Write("#");
}
Console.Write("$");
for (y = 2; y <= x * 2 - 1; y++)
{
Console.Write("#");
}
Console.Write("\b$");
for (y = 1; y <= 5 - x; y++)
{
Console.Write("#");
}
Console.WriteLine("\n");
}
}
}
quite so many infromation New C# Program to Print Triangle in Square
hopefully the information we provide about New C# Program to Print Triangle in Square 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 Print Triangle in Square if intend to bookmark bookmark or share please use link https://anisapunyablog.blogspot.com/2013/12/new-c-program-to-print-triangle-in.html to get more information about technology please visit other pages on this blog, thank you.
Tag :
Csharp,
programs,
0 komentar:
Posting Komentar