Tangible Online Coding Club

Join us as we explore the exciting world of coding, where creativity meets technology. Our club offers a supportive environment for learners to enhance their coding skills.

Welcome
04:31

Welcome to C# coding Club Part 1

Welcome to C# Coding Club introducing C# basics using an Android app. Debugging tips and functions are explained for beginners.

Watch Video
Welcome
06:54

C# Coding Club Makes Code Fun Part 2

In the "C# Coding Club Makes Code Fun Part 2" YouTube video, the host introduces Scratch programming.

Watch Video
Welcome
00:52

C# Coding Club Reviews We make coding fun

C# Coding Club offers a valuable experience for students, teaching them coding skills and fostering critical thinking. Participants speak highly of the program’s impact on their academic and career goals.

Watch Video
Register
Week 01
04:02

Week 01 - Lesson 01

The instructor teaches the use of the console.writeline statement in C# programming for displaying output on the computer screen.

Watch Video
Week 01
03:03

Week 01 - Lesson 02

The video provides a detailed explanation of the process of reading user input from the console using console.readline and emphasizes the importance of providing clear prompts for user input.

Watch Video
Week 01
02:21

Week 01 - Lesson 03

This video demonstrates how to use variables as placeholders in code to dynamically display values.

Watch Video
Week 02
07:25

Week 02 - Lesson 01

The video explains that variables are crucial components in programming and consist of a name, type, and value. It delves into the process of declaring variables and initializing them with values.

Watch Video
Week 02
02:37

Week 02 - Lesson 02

In the video, the speaker explains the importance of assigning values with single and double quotes in char and string variables. They also touch upon using int data type for integers and mention other data types available for storing numerical values.

Watch Video
Week 02
07:50

Week 02 - Lesson 03

The video introduces the five main operators in C# for expressions: addition, subtraction, multiplication, division, and remainder, along with the assignment statement.

Watch Video
Week 02
06:14

Week 02 - Lesson 04

The video delves into how division is handled with integers in C sharp programming, emphasizing the importance of understanding decimal truncation.

Watch Video
Week 03
03:12

Week 03 - Lesson 01

This video introduces the boolean data type in C#, which deals with values of true or false. It explains boolean expressions that evaluate to true or false based on conditions like greater than or less than.

Watch Video
Week 03
02:44

Week 03 - Lesson 02

In programming, constants are fixed values that do not change during program execution, like setting a fixed price for a pie.

Watch Video
Week 03
02:44

Week 03 - Lesson 03

The video explains how identifying words like 'if' or 'otherwise' in a question signals the use of an if statement in coding. It emphasizes understanding the condition that determines the outcome of the choice, such as checking if one amount is greater than another.

Watch Video
Week 03
03:51

Week 03 - Lesson 04

The video provides a comprehensive introduction to the basics of the 'if' statement in programming. It explains the key components of the 'if', 'else if', and 'else' statements, emphasizing how conditions are evaluated to true or false.

Watch Video
Week 04
05:05

Week 04 - Lesson 01

The video introduces the switch statement as a tool to simplify code logic by replacing nested if statements, making it easier to trigger specific actions based on user inputs.

Watch Video
Week 04
04:03

Week 04 - Lesson 02

The video explains the key aspects of using switch statements in C#. It emphasizes the importance of including a 'break' statement after each case to avoid unintended behavior like falling through to the next case.

Watch Video