Introduction
In this lab, we will be creating a program in C++ to print a flip pattern of a half pyramid using *
symbol. We will be printing the pattern in such a way that the number of stars in each row starts with the maximum number and then decreases by one in each consecutive row.