Course Guidelines Guidelines

Follow these guidelines to get the most out of this course.


Elements You’ll See

Glossary Terms

🖨️ Output

🖨️ Console

Hello World!

💻 Code

💻 C#

Console.WriteLine("Hello World!");

🤖 Pseudocode

🤖 Pseudocode

IF number is even THEN
    PRINT "Even"
ELSE
    PRINT "Odd"

Lesson Sections

🎓 Learn

✅ What to Do

🎯 Expected Outcome

🙈 Solution

Click to reveal

✏️ file - Changes

++ // line added  
-- // line removed  
↓↓ // line moved down  
↑↑ // line moved up

🗒️ file - Final