+ 1
Is it only me, or is the c# course pretty awful at explaining lessons?
I've walked into countless quizzes and lessons baffled by the explanations and lessons because I simply wasn't taught them. Do I need to learn c and c++ before c#?
3 ответов
+ 5
No programming language depends upon you knowing any of the others. C# is pretty straight forward honestly, but I already know what you're talking about. I noticed with at least one of two of the lesson quizzes.
Was one of them where you needed to put bool instead of void? :) It plays off one of the earlier lessons where that part of the function is its return type. You get use to typing void, but that particular question needs a return type of bool.
Anyways, anything in particular you're having trouble with? Maybe I can find some additional resources for you.
Best of luck!
+ 3
You're more than welcome bro! Hope all goes well for you.
+ 2
Hey man I really appreciate it, and yeah that was definitely one of them, the other being the explanation for how to make a pyramid. Have a great day!