Question: Write a program in C# to make such a pattern like a pyramid with numbers increased by 1. Enter the number of rows from Keyboard.
Write a program in C# to make such a pattern like a pyramid with numbers increased by 1. Enter the number of rows from Keyboard.
The pattern is as follows for the number of row=3. Explain the program in few words.
1
2 3
4 5 6
7 8 9 10
(15 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
