CJCoding With Joseph

Print a Square of Stars

The variable size holds 3. Print a solid square made of the * character that is size rows tall and size columns wide. The output must be exactly:

***
***
***

Expected Output:

***
***
***
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.