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 :)
@BionicEdit5 жыл бұрын
kurochi chan I felt this bro
@bubblegum24454 жыл бұрын
ikr?? lol
@cicbeats88974 жыл бұрын
I studied programing for 4 years in university. Every week we had 4 hours of C# explaining things that my boy explained for 10 mins.
@420avery694 жыл бұрын
SAME!!!!!!!!!! I hate that I pay thousands of dollars for college courses and instructors that barely teach me anything, when the only reason I'm passing those classes is because of stack overflow and youtube.. and the info on those websites is available for free
@lysergichedgehog77692 жыл бұрын
I'm in a Bootcamp right now and completely feel this. I have to find different source material in which it provides a more in-depth look into comprehending this subject matter.
@Dani_Krossing5 жыл бұрын
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 :)
@browntulipsmedia34195 жыл бұрын
Audio wasn't that bad.
@bigdanslivestreams40603 жыл бұрын
@@browntulipsmedia3419 Yeah, I honestly couldn't tell.
@fredoh27682 жыл бұрын
2 Months into coding and this are the best teaching videos that I have ever watch. Thank You!
@RTXJoeАй бұрын
It is the easiest method to learn, thanks mate
@mika.tolentino1432 жыл бұрын
finally, I found the right video and the right channel. Thank you😊
@elo96394 жыл бұрын
Maigi pa dine madali dali, thank you!
@bipanpreetkaur21844 жыл бұрын
I absolutely love the way u explain everything so easily. This is the best tutorial for beginners. Thank you!
@llama-berry4 жыл бұрын
One of the best tutorials for c#, ive learned ALOT!
@harryflashman45424 жыл бұрын
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.
@twicon872 жыл бұрын
omfg im reading this course in my country and i was stuck the whole day, your explanation was crystal clear to me.
@borjhilas180 Жыл бұрын
your tutorial is direct to the point. Wazzz up dude im from philippines ^_^
@franchise83773 жыл бұрын
The main character in explanations
@hshsjsjsj5064 жыл бұрын
You and The New Boston is really great teacher i learn programming because of you two. Thanks.
@elizajanortizo84472 жыл бұрын
i have a practical exam tom about if statement and this helped me understand everything
@kwabenalloyd2 жыл бұрын
Your explanations always on point , easy to understand
@eboinspyra2 жыл бұрын
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.
@aileencastruita11492 жыл бұрын
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.
@newprogrammer18115 жыл бұрын
Thank you so much. one of the best if not the best c# tutorial.
@alextheblockchaindev5 жыл бұрын
Great video! Thank you!
@inspirationalquotes58405 жыл бұрын
you are more hansom, smarter and Understanding than my professor.
@R69Games3 жыл бұрын
Awesome explained, Thank you ! :)
@eboinspyra2 жыл бұрын
QUESTION 3 a) A particular part of a program is to be repeated 100 times. Determine how this could be efficiently done. b) Write a pseudo code for the question in “a” above. c) Implement your answer in “a” above, by writing a program to display “The Russian has invaded Ukraine” 100 times. Your display should be numbered from 1 - 100
@kiranshewale82643 жыл бұрын
Thank you for the easy and simple explanation :)
@codingwitheric67744 жыл бұрын
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); } }
@siyaluten55532 жыл бұрын
Great content 👌👌really helpful
@dave777777773 жыл бұрын
Thanks for the info!
@AlexDBall5 жыл бұрын
Excellent, as always!
@simpsonelli3 жыл бұрын
Great explanation, thank you.
@akshaygadhe6363 жыл бұрын
I want to use two conditions in if loop using && is it possible?
@jackmatcrl81614 жыл бұрын
Design an algorithm that will read a series of integers at the terminal. The first integer is special, as it indicates how many more integers will follow. The first integer must be between 3 and 10. Your algorithm is to calculate the sum and average of the integers, excluding the first integer, and display these values to the screen. The program must also display the minimum and the maximum number entered excluding the first integer. Write an algorithm in the form of Pseudocode and flowchart. Perform desk checking (include desk check table). Implement it in Python or C#. like if u know how to do the C++ code for this hit me up pleaase
@erichaelvina56245 жыл бұрын
Do you have c# program that deals with computation, variable, and if ,else if statement..
@sorryrashmi98854 жыл бұрын
u are awesome....!!!
@kubulus78685 жыл бұрын
Is there any other way to check data (other than ifs)?
@javiercorona104 жыл бұрын
millions thanksss
@TakiTarik4 жыл бұрын
Hello i hope you can help me i cant find the answer anywhere tho, So as following I have an assignment, and i have 4 labels ,2 buttons and a listbox when i add items to my listbox with a button for example a sentence, then i have my 2 other buttons btnAccept and btnDecline When i click btnAccept or decline the sentence in my listbox should be remove gone but idk how to do this, and second of all is when i i click btnAccept my value in 1 of the 4 labels, labelAccept should change to labelAccept 1 if i click btnAccept again once i've added a new sentence to my listbox and i click on btnaccept then the labelAccept 1 changes to labelAccept 2 the value has to change each time if i accept more or decline more vice versa for other labels any idea ? maybe u can help me out i would be so gratefull .
@mkjigoro42005 жыл бұрын
Good one...
@Vallurea5 жыл бұрын
thanks alot God bless you
@eboinspyra2 жыл бұрын
Kindly help me solve this; QUESTION 5 a) Conditional operators are some of the key building blocks of programming. Convert the conditional operation below to an if-else statement. Y = (A
@togglinho4 жыл бұрын
how do i make so the if statement is about 1+ words instead of numbers?
@zaynmehrali90964 жыл бұрын
Maybe you've found out the answer, however you would simply change the data type to a string. e.g. string a = "Hello".
@memolaw4053 жыл бұрын
Could anyone help me guys for me when I type if, the if becomes red everytime and doesnt work.
@lokomoko008 Жыл бұрын
Ok but how do i assign this to a specific label?
@nielsvanherwijnen4 жыл бұрын
holy shit great vid
@LuzuVlogsGamer2 жыл бұрын
Should I be worried that its uploaded on April fools day?
@sujitsingh48935 жыл бұрын
first
@tda81844 жыл бұрын
C# keeps giving me shit about else statements and how they cant run instructions even tho I'm doing it the same way you and 2 others did plz send me help lmao edit 5mins l8r: nvm I figured it out
@PinkMappy4 жыл бұрын
I think I have the same problem, how did you fix it?