Write a C# .NET Core Console App that asks the user to enter a character and line number and then displays a triangle of that size with the given character. For example, if the user entered * as a character and 3 as line number then you display the following triangle on the console window.
Write a C# .NET Core Console App that asks the user to enter a character and line number and then displays a triangle of that size with the given character. For example, if the user entered * as a character and 3 as line number then you display the following triangle on the console window.
*
***
*****
Solution:--
1)The given question has required for the solution to be provided with the help of the
program.
2)The program is to be provided in the C# language as it has been specifically mentioned
in the question.
3)The C# program is to be provided for that if the user enters a character and the line
number and then it displays the triangle of that given size.
4)Some other constraints are also given in the question and it is expected to be followed
in the program.
5)Note:--I have provided the required program for the given problem in the next following
below step respectively.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps