Question: (C++) 1 The Problem Write a function called print frame that takes two (even) integer parameters. This function should print a frame in the console

(C++)
1 The Problem Write a function called print frame that takes two (even) integer parameters. This function should print a "frame" in the console window consisting of two squares, one inside of the other, with the corners of the squares connected with 45 degree lines. The dimensions of the two squares are given by the two integer parameters. Here are a couple of examples. The function call print frame (20, 12) should produce the following output in the console window. (Notice that these really are " squares" in that they have the same number of characters in their horizontal and vertical sides.) ********* The function call print frame (6, 24) should produce the following output. Notice that the larger of the two input integers should be the dimension of the outer "square
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
