Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Pyramid Using C#
WhatsApp
Niradhip Chakraborty
11y
20.4
k
0
1
25
Blog
class
Program
{
static
void
Main(
string
[] args)
{
for
(
int
i = 0; i < 20; i++)
{
for
(
int
k = i; k < 20; k++)
{
Console
.Write(
" "
);
}
for
(
int
j = 2 * i + 1; j > 0; j--)
{
Console
.Write(
"*"
);
}
Console
.WriteLine(
""
);
}
Console
.ReadLine();
}
}
Up Next
Creating Pyramid In C#
Ebook Download
View all
Object Oriented Programming Using C#
Read by 47.2k people
Download Now!
Learn
View all
Membership not found