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