🎮 Control Flow in C# - Part 2
In the previous Control Flow lesson, we learned how to make simple decisions using if and else. Now, let’s expand our toolkit for controlling the program’s execution path. This lesson covers: H...
In the previous Control Flow lesson, we learned how to make simple decisions using if and else. Now, let’s expand our toolkit for controlling the program’s execution path. This lesson covers: H...
Imagine you’re giving someone directions. You might say, “If the light is red, stop. Otherwise, go.” Or, “Keep walking until you reach the park.” Programs need to make similar decisions and repeat ...
Having covered the basics and intermediate concepts of C# variables and data types, this advanced lesson delves into some finer points and potential pitfalls. Understanding these nuances is crucial...
Welcome back! In the previous lesson, we learned the basics of variables (int, string, double, bool), assignment, simple arithmetic, and basic input/output. Now, let’s dive deeper into C# ‘s type s...
Welcome back! In the first lesson, we learned how to create and run a basic C# program. Now, let’s explore how programs remember and work with information. We’ll learn about variables (like labeled...
Welcome to the very first step in our C# learning journey! If you’ve never programmed before, or if C# is your first programming language, you’re in exactly the right place. This post covers the ab...
Hello, everyone! I’m Brennan, currently pursuing a Master’s Degree in Data Science at Deakin University in Australia. Originally, I created this blog to fulfill a requirement for my unit, SIT771 - ...