"System.FormatException: Input string was not in a correct format."

Advertisements "System.FormatException: Input string was not in a correct format." This keeps stopping my program and telling me that I have not converted the user input to an integer (because user input is initially a string type). Here’s the code for my C# project: using System; namespace Project1 { class Program { static void Main(string[]… Read More "System.FormatException: Input string was not in a correct format."