public static void Main(string[] args)
string num = Console.ReadLine();
string str = Console.ReadLine();
Console.WriteLine("Program has stopped");
Console.WriteLine("You have entered a decimal");
int x = Convert.ToInt32(str);
int y = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Result: {0}", sum);