Could someone help me to build program in c# to print simple triangle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Could someone help me to build program in c# to print simple triangle

Given integer n the number of rows in a triangle, write a program to get a triangle with n rows, constraints n>2,if input is 7 the it will print * triangle with 7 rows and if user input is 9 then o/p will having triangle with 9 depends on number

2nd Nov 2020, 8:20 PM
Reshma sayyed
2 Answers
0
Post your try : Hint : each row print like 7 5 3 1 stars...
2nd Nov 2020, 8:57 PM
Jayakrishna 🇮🇳
0
No each row should print * ,startiu with first star then two stars and at last line depending upon user valu horizontal print that n stars,I will share my code here after some time
2nd Nov 2020, 9:00 PM
Reshma sayyed