A C++ program to print the rectangular pattern Question: Write a C++ program to print the rectangular pattern of given rows and coloumns Input: 1.The length or size of the row 2.The length or size of the coloumn sample output: 1. Enter the length of the row : 5 Enter the length of the coloumn: 3 *** *** ...