JN Coding Club
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.
Welcome to JN coding Club Part 1
Welcome to JN Coding Club introducing C# basics using an Android app. Debugging tips and functions are explained for beginners.
JN Coding Club Reviews We make coding fun
JN 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.
Week 1 Lesson1
The instructor teaches the use of the console.writeline statement in C# programming for displaying output on the computer screen.
Week 1 Lesson2
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.
Week 2 - Lesson1
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.
Week 2 - Lesson2
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.
Week 2 - Lesson3
The video introduces the five main operators in C# for expressions: addition, subtraction, multiplication, division, and remainder, along with the assignment statement.
Week 3 - Lesson1
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.
Week 3 - Lesson2
In programming, constants are fixed values that do not change during program execution, like setting a fixed price for a pie.
Week 3 - Lesson3
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.
Week 4 - Lesson1
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.