Question: Security & Pri Instructions In this exercise, we will be writing a program that draws an ASCII square. Write a program that does the following:

Security & Pri Instructions In this exercise, we will be writing a program that draws an ASCII square. Write a program that does the following: 1. Print: Letter? 2. Read in a char using scanf. 3. Print: Side? 2. Read in a integer using scanf. 3. Draw a square of the given size using the given character. For example, if the user input * as the letter and 4 as the height, it should print the following: **** **** **** ***** Make sure your program compiles and runs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
