Thank you very much for your C# video. I am deaf. You made following your video easy due to the fact that you used notepad to speak to your audience. I am trying to code a C# Factorial Calculator. Do you think you can do a video on that? By the way, excellent video.
OMG. The code is bad quality and impossible to read. You should put it on the notepad, since now a lot of people can't use this tutorial.
MultiNarutoUzamaki 5 days ago
Please Respond, It gets confusing around 5:40, how do you access that little menu?>
MultiJohnnyBravo 1 year ago
Thank you very much for your C# video. I am deaf. You made following your video easy due to the fact that you used notepad to speak to your audience. I am trying to code a C# Factorial Calculator. Do you think you can do a video on that? By the way, excellent video.
RoyceWarren 1 year ago
the code you write is not visible to users so u have to explain it on the notepad.
specialy when u add a code for the addition application.
MrTess009 1 year ago
I teach C # in school and I like it
w3000ful 1 year ago
how about
private void btnCalculate_Click()
{ double value1 = 0; double value2 = 0; double total = 0; value1 = convert.tostring(txtbx1.text); value2 = convert.tostring(txtbx2.text); total = value1 + value2 ; MessageBox.Show("Total is : " + total);
}
xLukeeeeee 1 year ago
now to enter SOME code "THREE YEAERS L8ER" is he still typeing!!!!
maintian23 1 year ago
The code is REALLY hard to read...
sijmenjan 1 year ago
Very nice. Thanks a lot
MisuseOfLego 1 year ago
Thanks for the tutorial codecall!
phakim33 2 years ago