Follow these guidelines to get the most out of this course.
🖨️ Console
Hello World!
💻 C#
Console.WriteLine("Hello World!");🤖 Pseudocode
IF number is even THEN
PRINT "Even"
ELSE
PRINT "Odd"
✏️ file - Changes
++ // line added
-- // line removed
↓↓ // line moved down
↑↑ // line moved up🗒️ file - Final
(...) means there’s more content before or after.