What I am looking for is how to read an integer that was given by the user from the command line (console project). I primarily know C++ and have started down the C# path. I
Use this simple line:
int x = int.Parse(Console.ReadLine());