Question: Write a C++ text art program that prompts the user for the width and then draws an 'X' that is width characters wide using asterisks.
Write a C++ text art program that prompts the user for the width and then draws an 'X' that is width characters wide using asterisks. For example, if the user enters a width of 11, the program should output: 
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
