Post #2 Hello World!
Installing and Using C#: I'd recommend using Visual Studio Code. First let me explain how I installed it for me and then tell you how to install it. The way I did it is I simply typed Visual Studio Code in google and one of the first sites let's you install it. I then wrote the hello world program originally. I ran it and it gave me errors but also asked if I was using C#. It was smart enough to recognize the language. I think it popped up in the lower right of the screen. It still gave me errors but it was recognizing the C#. I had looked up and found a link which has everything you need to get Visual Studio to work with C#. I restarted and followed the instructions in the link. I'd recommend following the instructions in the link. link: https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code#hello-world Basic Instructions: 1. Install Prerequisites using links provided on website or looking them up a. Visual Studio Code b. .Net Core SDK c. C#...