Welcome to the C# Intro Course
  • How to Become a Software Developer?
First Steps in Programming
  • Computer Programs and Dev Tools
  • Creating Your First Console Application
Simple Calculations
  • Reading Integers from the Console
  • Formatting Text and Numbers
Simple Conditions
  • Simple Checks (If-Else)
Simple Loops
  • Simple "For" Loops: Repeating Code Blocks
Nested Loops
  • Nested Loops – Concepts