This is an exercise for this YouTube video.
Happy learning and good luck!
[mlw_quizmaster quiz=2]
Assignment: Write code which will determine the sign of a number.
Click to see the answer
int myNumber = int.Parse(Console.ReadLine());
if (myNumber > 0)
Console.WriteLine("+");
else if (myNumber < 0)
Console.WriteLine("-");
else
Console.WriteLine("zero");
Assignment: Make a simple chatbot using switch statement.
Click to see the answer
string myString = Console.ReadLine();
switch (myString)
{
case "Hello":
Console.WriteLine("Hello there!");
break;
case "I'm learning C#":
Console.WriteLine("That's cool!");
break;
default:
Console.WriteLine("I'm a dumb chatbot. Please write something else.");
break;
}

Hi am a fan of your work.I’ll probably be visiting this website like everyday.
Please could you make a tutorial about arrays.
And I will also recommend putting a few ads to help your business.
Hello! I’m happy that you enjoy my videos!
Tutorial about arrays is coming up next in the Learn C# course.
Thanks for the recommendation, but I’m not planning to use this website as a income stream (at least not yet), so I think the “huge” amounts of YouTube money I get is enough 😀
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.
Your article helped me a lot, is there any more related content? Thanks!
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
Your article helped me a lot, is there any more related content? Thanks!