Kat H.

asked • 04/19/21

Square printer. Read in an integer. Print a square of *'s that height and width. An input of 3 should produce:

Read in an integer. Print a square of *'s that height and width. An input of 3 should produce:

***
***
***


An input of 5 should produce:

*****
*****
*****
*****
*****


Code:


#include <iostream>

using namespace std;


int main()

{

//YOUR_CODE

}

1 Expert Answer

By:

Inactive Tutor answered • 04/20/21

Tutor
New to Wyzant

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.