Number Guessing Game - C# Projects | CoffeeNCode

Поділитися
Вставка
  • Опубліковано 30 жов 2024

КОМЕНТАРІ • 9

  • @shadivanslim366
    @shadivanslim366 4 роки тому +1

    Hey, thanks a lot for the content! All I would improve is the mic quality. The better the mic, the longer your videos can be because it makes it much more comfortable to listen! :)
    Greeting from Germany

    • @CoffeeNCode
      @CoffeeNCode  4 роки тому +2

      Hey thank you for the feedback 😊

  • @eoin7075
    @eoin7075 4 роки тому +1

    Nice. I haven't finished it yet but I know its gonna be good

    • @CoffeeNCode
      @CoffeeNCode  4 роки тому

      Thank you, I hope you enjoy it 😊

    • @eoin7075
      @eoin7075 4 роки тому +1

      Wait did you delete your calculator video? I was just about to make a calculator

    • @CoffeeNCode
      @CoffeeNCode  4 роки тому

      Nope! It's still live, check out the channel 😊

  • @haweweloaf6332
    @haweweloaf6332 2 роки тому +1

    Hiiiii!! This was a wonderful video!!! But do u know which code to use if you want to make like a start page saying hello and then it redirects it to another c# page saying guess the numbers?

    • @CoffeeNCode
      @CoffeeNCode  2 роки тому

      Hey thanks for the question.
      Yeah you can try using Console.Clear(); to get rid of everything in the console and it will tidy up the console output and also if you use a empty Console.WriteLine(); it will create a blank line so you can format the console better along with console clear!
      Hope that helps, if not feel free to ask any further questions please 😊

    • @CoffeeNCode
      @CoffeeNCode  2 роки тому

      You can try something like this:
      Console.WriteLine("Hello");
      Console.ReadLine();
      Console.Clear();
      Console.WriteLine("start guess game here");