Projects

1. ASCII Art

  1. Make a new Console application called “ASCII_ART”
  2. Use a series of Console.WriteLine() statements to draw different shapes to the console output window using characters and spaces. Keep in mind you can use spaces in your output! Try to draw a square, a triangle, and a circle.

Previous submodule: