4 Replies
start with the docs id say
ok
someone responded to me in #chat : i already watcehd Mosh's video on C# basics : now I'm headed to the docs
i recommend trying to make a couple of console apps first
just watching a tutorial without applying what youve learned wont do much
most of the learning comes from applying
ik
I'm making a simple calculator
the only thing i hate is that i cannot do: int number = Console.ReadLine();
instead i need to do a string AND THEN convert it
yay i did it, i made 1+1 in C# 😐