Question: Write a C++ code that ask the user to enter the width and the height of a rectangle then draw the rectangle using the sign
Write a C++ code that ask the user to enter the width and the height of a rectangle then draw the rectangle using the sign (-). The output of the program should be as following:
the outpou:

input Enter the width of the rectangle>>10 Enter the height of the rectangle>>5 input Enter the width of the rectangle>>5 Enter the height of the rectangle>>10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
