Question: The character should be randomize and in a box, like a rectangular. ASCII Art Generator (16 pts.) Now to have some fun with loops! Write

The character should be randomize and in a box, like a rectangular.
ASCII Art Generator (16 pts.) Now to have some fun with loops! Write a program that first gets a number of columns C and lines L from the user and then creates an ASCII pattern that is L XC characters large. Your program should use nested loops, if statements, and randomness. Don't copy the example below - be creative with your pattern! $./ main Welcome to the ASCII art generator! Enter the number of columns: 10 Enter the number of rows: 8 \#\#\#\#\#\#\#\#\#\# #//////# #
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
