Question: C++ Develop a C++ program that calls a void function to display a rectangle (both row and column are less than 20). The function receives
Develop a C++ program that calls a void function to display a rectangle (both row and column are less than 20). The function receives two numbers ( row and column) from the main function, and then display the rectangle. This program prompts the user to enter a character of the user's choice, then the program use the character to display the rectangle. For example, user may want to use $. or &, * to fill in the rectangle. Name the function Display Rectangle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
