Thanks for the great videos and top explanation. Best videos on youtube
@박종인-r1g3 жыл бұрын
I love you bro You saved my school grades
@turtle85584 жыл бұрын
Kind of late to ask this but what's the difference between debug.log and console.writeline the both do the same thing I think so sir tell me
@pejmanparchami56444 жыл бұрын
Learn C# for beginners: 15 - If Statements Example int age = 15; if (age < 10) { Console.WriteLine("Less then 10"); Console.WriteLine("You are young"); } if (age > 10) { Console.WriteLine("You are old"); }
@AncalagonGames5 жыл бұрын
it is better to do age >= 18 && age
@toeknee8115 жыл бұрын
short hand, yes, but I think he is just trying to get the basic fundamentals across without adding too much extra for students to to get confused over.
@Rahulbajaj5615 жыл бұрын
this dude thinks he knows more than jesse the man who works at microsoft