REVIEW: Number Guessing Game - C# Mastery Course

preview_player
Показать описание
Support me in my journey to giving back to the industry all my knowledge and helping the world with what I do. Spreading knowledge to those who cannot afford an education, and helping those who want to better themselves.

Support what I do and pay for me to survive

Merchandise

My Setup & Recommendations

Live Chat at Discord

Source Code
Рекомендации по теме
Комментарии
Автор

Lets support this guy and make him big. Not only does he give premium quality lessons, his passion and love for teaching really shows. Would be glad to hear from luke again :)

TheCatfishBlues
Автор

Hey Luke, are we getting more lessons? been a time...

Guacamole
Автор

Hello Angel ! This course was utterly awesome, the way you explain things, the way you show things and the the added comments made it for somebody like me, who is struggling to start programming for quite some time and always get confused, this was completely perfect from start to end. You made me learn much more with your courses already. The last sentences were quite sad to be, since its already Q2 in 2022 and there is no signs of the continue of this Mastery Course (I would really love to see your teaching of classes) Anyway, thanks for everything and I wish you all the best. :) (english isnt my 1st language)

janslanina
Автор

This course was an absolute banger. I enjoyed it so much! If you have the time again I hope you'll come back and finish it. Thank you.

carrot
Автор

I just finished what you did for this course up to here. I was really looking forward to learning more, but I see you weren't available for a couple of years. Thank you for sharing. I hope you'll get back to finishing this one. It's been great.

Bless you and take care.

BlessedLaymanNC
Автор

After a few months waisted trying to learn coding i discovered this course and now i can code. Thx alot this very helpful amd i recommend it to anyone thats interested. I hope youll finish it sometime in th future

longshorts
Автор

The best series, my man!
I agree the statement that you said in the first episode
"I learnt coding by myself, and think that its the best"
-luke 2020

mohitrathi
Автор

We really need you to finish this series :(

rickr
Автор

Everything alright with you man? Hope you're doing well.

NARY
Автор

Thank you for this course. It was great <3

zisismwayy
Автор

does anyone know about him his instagram, Youtube,website,twitter account all are dead. i hope he is good.

Pranjal_Raut
Автор

if anyone know about luke's current state ? he seems like vanished since mid of 2020. i hope that he is alright.

billyli
Автор

I just want to let you know that you help me alot and I really hope that you are doing fine. Stay safe <3

Maksch
Автор

great, just now I was able to catch up with the series. all good so far, my code is mostly similar to what you showed, and this is the main part:


// Loop the logic of the game so that it won't stop until a solution is reached.
while (userGuess != myRandomNumber)
{
// Ask the user to enter a number between 0 and 100
Console.WriteLine("Take a guess what I'm thinking ... Any number between 0 and 100");

// Check if the variable entered by the user is an integer, and is within range of 0 to 100
if (int.TryParse(Console.ReadLine(), out userGuess) && (0 <= userGuess) && (userGuess <= 100))
{
// analyze the results based on the user input and store the result in a string variable
var output = userGuess == myRandomNumber ? "Well Done!"
: $"Not quite. I'm thinking of a number that is {((myRandomNumber > userGuess) ? "higher" : "lower")}";

// Write the results to the user
Console.WriteLine(output);
}
// Write to the user that the number entered is in an incorrect format, either not a number or not in the range of 0 to 100
else
Console.WriteLine("Incorrect !! Please select a number within the range of 0 to 100");
}

DarkNightSonata
Автор

I am missing your videos! I hope all is ok with you

brynarn
Автор

Thank you for posting this video!
Will you continue your series on connecting to BLE devices?

brynarn
Автор

Hey, I actually started to do such a game in the 1st of this month and got few troubles.. I will watch your version and see how you overcome those 🧐🧐🧐

salali
Автор

Good man Luke, is there any chance will be continuing this C# course ?

mihjibiggschaka
Автор

Could we get a channel on discord where we can post our future exercises? Or do you prefer the email route?
And thanks again for a great series!

cookiebot
Автор

your fellow name cousin need some more videos - i know, you deserve more views...

realmcafee