public static void Main()
Console.WriteLine("Interger A has the greatest value.");
Console.WriteLine("Interger C has the greatest value.");
Console.WriteLine("At least one of the condition is TRUE for B");
Console.WriteLine("At least one of the condition is TRUE for C");
Console.WriteLine("B > A is TRUE.");
Console.WriteLine("!(B > A) is TRUE");