public static void Main()
Console.Write("Set the value of Good items");
int OP1g = Convert.ToInt32(Console.ReadLine());
Console.Write("Set the value of Bad items");
int OP1b = Convert.ToInt32(Console.ReadLine());
Console.Write("Set the value of Good items");
int OP2g = Convert.ToInt32(Console.ReadLine());
Console.Write("Set the value of Bad items");
int OP2b = Convert.ToInt32(Console.ReadLine());
Console.Write("Set the value of Good items");
int OP3g = Convert.ToInt32(Console.ReadLine());
Console.Write("Set the value of Bad items");
int OP3b = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("\nThe result of the expression '(x % y) > 5 & (9 / x < 3)'");
Console.WriteLine("With x = {0}, y = {1}", x,y);
Console.WriteLine("Is z = {0}", z);
Console.WriteLine("Program that generates alerts when conditions are met");
Console.WriteLine("-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/");
Console.WriteLine("Write the value of good items on operator 1");
int O1G = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Write the value of bad items on operator 1");
int O1B = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Write the value of good items on operator 2");
int O2G = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Write the value of bad items on operator 2");
int O2B = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Write the value of good items on operator 3");
int O3G = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Write the value of bad items on operator 3");
int O3B = Convert.ToInt32(Console.ReadLine());
R1 = O1G <= 10 | O1B >= 2;
R2 = O2G <= 15 | O2B >= 3;
R3 = O3G <= 20 | O3B >= 5;