Introduction
In this lab, you will learn how to print a Reverse Half Pyramid pattern using asterisks (*) by writing a C++ program. All such patterns using * or alphabets or numbers are achieved by making use of the nested loop structures by knowing how to iterate and until where to iterate.