Page 1 of 1

Write a .NET Framework Console Application that prompts the user to enter the size of the side of a square, then display

Posted: Tue Jul 05, 2022 10:27 am
by answerhappygod
Write a .NET Framework Console Application thatprompts the user to enter the size of the side of a square, thendisplays a hollow square of that size made of asterisks. Your appshould work for squares of all side lengths between 1 and 20. Ifthe user enters a number less than 1 or greater than 20, your appshould display a square of size 1 or 20, respectively.
C#