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