Following the examples provided in the required learning materials, create a new .NET console application. This application should accomplish two things:
Display some text using Console.WriteLine() or Console.Write().
Wait for a user's response using Console.Read(), Console.ReadKey(), or Console.ReadLine().
Feel free to be as creative as you would like and make sure you save your project. You will be uploading this project to GitHub as part of next week's in-class work.
Nothing will be turned in this week. Next week, you will be turning in two different C# applications by uploading them to GitHub. The first will be the in-class assignment you completed. The second will be the end result of following the guided tutorial below: