3
Answers

c# pattern console

Photo of gowtham v

gowtham v

3y
734
1

Inverted Pyramid of Numbers Pattern Program in C#

3. Write a program to print the following Pattern
4 3 2 1
4 3 2
4 3
4

Answers (3)