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#
Write a .NET Framework Console Application that prompts the user to enter the size of the side of a square, then display
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am