Description
Write a C++ program to Print a Right Triangle Number Pattern in descending order as shown below:
5
4 5
3 4 5
2 3 4 5
1 2 3 4 5
Lab Objective
Upon completion of this lab, you will be able to:
● Build Logical Thinking
● Print Pyramid Number Pattern in Descending order
Prerequisites
You should have VS Code or any other suitable IDE for programming and running the code.