To Get Certification, Click Here: bitly.ws/P9Up Use coupon "KZbin12" to get ‘’FLAT 12%’’ OFF at Checkout.
@lowkey23506 жыл бұрын
@Tutorials Point This is an absolutely amazing series - you have single-handedly taught me how to write code in C#. Many thanks!!!
@Yahweh5995 Жыл бұрын
Bruv is literally saving my Computer Science degree .
@srijanverma46343 жыл бұрын
Explained extreamly well, Thank you :)
@novaploca20802 жыл бұрын
I finally understand how we walk inside code!!!!
@novaploca20802 жыл бұрын
Why use method of type void and then use parameter with out. Wouldn't it be easier to just use appropriate value type of the method and then just return value.
@imadabab4 жыл бұрын
Brilliant. I have subscribed. Appreciate it.
@ramonstanlyrodriguez41896 жыл бұрын
Indian people are like Jesus saving every computer science student life
@brisaqueque68204 жыл бұрын
HAHHAHAH a
@MiaTheDreamer3 жыл бұрын
True.. They simplify it so easily..
@khulood26846 жыл бұрын
thanks a lot, teacher 😊 And could I ask you for something 🙏Could you add English Subbed -English Translations-in your video 🙏 because your language is kind to hard to understand. I re-watch the video a couple of time and I still can't understand And I really Like your channel and I hope you become the first channel in the youtube Keep going 👍
@ehsanansari6044 Жыл бұрын
Thanks. How we can calling C# program abd methodes in Matlab?
@yesserlabidi78314 жыл бұрын
shouldn't the main method be the fisrt method ?? im confused now ..
@brisaqueque68204 жыл бұрын
that doesn't matter. Main will be called first always regardless where is it
@sarthakpuri42905 жыл бұрын
the example is good but when i want to know total marks and grade also so how it could be done, i did in main method console.writeline("total marks" +Gettotal()); and the then console.writeline("total marks" +GetGrade()); but it's asked marks two times and then show the result
@sivaavadhanam44732 жыл бұрын
Don't assign the Get total () directly in the Console. WriteLine . Create a variable to Get total () and then assign that variable into ConsoleWriteLine..
@sivaavadhanam44732 жыл бұрын
This is because as you directly assigned the method..It returns whole thing when the conditional fails..