Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
Introduction
Let's say hello!
Tell Me Your Name!
Dot Syntax and Intellisense
Comments
Knowledge check!
Coding practice
Next module:
Lesson 2
Projects
1. ASCII Art
Make a new Console application called “ASCII_ART”
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:
Knowledge check!