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 👍
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.
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
Don't assign the Get total () directly in the Console. WriteLine . Create a variable to Get total () and then assign that variable into ConsoleWriteLine..
To Get Certification, Click Here: bitly.ws/P9Up
Use coupon "TH-cam12" to get ‘’FLAT 12%’’ OFF at Checkout.
@Tutorials Point This is an absolutely amazing series - you have single-handedly taught me how to write code in C#. Many thanks!!!
Bruv is literally saving my Computer Science degree .
Explained extreamly well, Thank you :)
I finally understand how we walk inside code!!!!
Indian people are like Jesus saving every computer science student life
HAHHAHAH a
True.. They simplify it so easily..
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 👍
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.
Brilliant. I have subscribed. Appreciate it.
Thanks. How we can calling C# program abd methodes in Matlab?
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
Don't assign the Get total () directly in the Console. WriteLine . Create a variable to Get total () and then assign that variable into ConsoleWriteLine..
This is because as you directly assigned the method..It returns whole thing when the conditional fails..
shouldn't the main method be the fisrt method ?? im confused now ..
that doesn't matter. Main will be called first always regardless where is it
first