public static void Main()
Console.WriteLine("Program starting...");
Console.WriteLine("Int A is " + a);
Console.WriteLine("Int B is " + b);
Console.WriteLine("Int B is Int a + 1.");
Console.WriteLine("A loop begins and counts up to Int C");
Console.WriteLine("Int B = " + b);
Console.WriteLine("Int B = " + c);
Console.WriteLine("Int B has the same value as " + c + ". Breaking Loop...");