public static void Main()
int[] payTypes = new int[120];
for(int i = -20; i < 100; ++i)
foreach(int payType in payTypes)
if((payType is > 20 and < 44) || payType > 63)
Console.WriteLine(payType + " Not Processed");
Console.WriteLine(payType + " Processed");