public static void Main(string[] args) {
string firstOperand = Console.ReadLine();
if (firstOperand == "exit") {
Console.WriteLine("The program will not continue");
if (int.TryParse(firstOperand, out value)) {
int h = Convert.ToInt32(firstOperand);
string secondOperand = Console.ReadLine();
if (int.TryParse(secondOperand, out value)) {
int i = Convert.ToInt32(secondOperand);
string thirdOperand = Console.ReadLine();
if (int.TryParse(thirdOperand, out value)) {
int j = Convert.ToInt32(thirdOperand);
Console.WriteLine("Result: {0}", sum);
Console.WriteLine("Error. Only accept integer value. ");
Console.WriteLine("Error. Only accept integer value. ");
Console.WriteLine("Error. ");