if x[i] < 0 and x[i] mod 2 = 0 then
if ((x[i] < 0) and ((x[i] mod 2) = 0)) then
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)