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
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?
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 😊
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
Hey thank you for the feedback 😊
Nice. I haven't finished it yet but I know its gonna be good
Thank you, I hope you enjoy it 😊
Wait did you delete your calculator video? I was just about to make a calculator
Nope! It's still live, check out the channel 😊
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?
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 😊
You can try something like this:
Console.WriteLine("Hello");
Console.ReadLine();
Console.Clear();
Console.WriteLine("start guess game here");