C++ Program to Print Rectangle Star Pattern

Write a C++ Program to Print Rectangle Star Pattern with an example. In this C++ rectangular star pattern, we used the if statement within the for loop. It helps to print a given character or * for the rectangle border and empty space for all the remaining places. We can call it a Hallow rectangle … Read more