I am trying to write a C++ Program to display a rectangle drawn in asterisks. I have the program running properly except for the fact that only one side of the heights of my rec
Try to prompt the user for the number of rows and columns. Then, using nested loops, display a rectangle of stars based on the user input.