10: Conditional Statements In C# | If, Else if, Else | C# Tutorial For Beginners | C Sharp Tutorial

preview_player
Показать описание
In this C# tutorial you will learn about conditional statements which are used to run specific blocks of code, if certain conditions are met. Conditional Statements are used constantly in C# applications.

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Рекомендации по теме
Комментарии
Автор

How is it that your explanations are so easy yet every school assignment I get is SO awfully explained that I have to look up 5 different websites just to realise how easy it is. Even now my assignment doesn't fully make sense but thanks to you I managed to understand atleast 1 part :)

yulana
Автор

Its very very hard to teach someone how to program and you are clearly doing it perfectly, with your help I learned HTML, CSS, JavaScript, Python and now decided to try me some C#. You are amazing!

Big__Thicc
Автор

Hi everyone! Sorry about the echoing audio quality in this one.
The next video will be a bit echo'ee too, but I will try and get it fixed for future episodes :)

Dani_Krossing
Автор

2 Months into coding and this are the best teaching videos that I have ever watch. Thank You!

fredoh
Автор

Maigi pa dine madali dali, thank you!

elo
Автор

quarantined student here. Close to giving up but these are helping a lot. Makes me wonder why I am enrolled in a degree course when this is much more efficient use of study time.

harryflashman
Автор

finally, I found the right video and the right channel. Thank you😊

mika.tolentino
Автор

your tutorial is direct to the point. Wazzz up dude im from philippines ^_^

borjhilas
Автор

I absolutely love the way u explain everything so easily. This is the best tutorial for beginners. Thank you!

bipanpreetkaur
Автор

omfg im reading this course in my country and i was stuck the whole day, your explanation was crystal clear to me.

twicon
Автор

One of the best tutorials for c#, ive learned ALOT!

llama-berry
Автор

i have a practical exam tom about if statement and this helped me understand everything

elizajanortizo
Автор

You and The New Boston is really great teacher i learn programming because of you two. Thanks.

hshsjsjsj
Автор

Thank you so much. one of the best if not the best c# tutorial.

newprogrammer
Автор

Thank you so much for this video! I couldn't find a video that explained if statements with Visual Studio then I found your page.

aileencastruita
Автор

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace GreatVideo
{
class Program
{
static void Main(string[] args)
{
string message = "Great Video!";

Console.WriteLine(message);
}
}

codingwitheric
Автор

Your explanations always on point, easy to understand

kwabenalloyd
Автор

you are more hansom, smarter and Understanding than my professor.

inspirationalquotes
Автор

QUESTION 1
a) To improve proceeds from ticketing at the various stadia, authorities decided to automate the way tickets were sold. As a programmer, consider the automation process as a program development process and explain the phases you would consider when you develop your system.

b) Assuming you are to write an algorithm to depict the various components of the system. Determine the various section of the algorithms that will help any programmer without any knowledge of the system to correct build the system.

c) Visualization is usually the best way to explain how a system works. Draw a well-labeled diagram to show the various parts of your system.

eboinspyra
Автор

Thank you for the easy and simple explanation :)

kiranshewale