if (a > 0) { result = result + 1; } if (b > 0) { result = result + 1; } if (c > 0) { result = result + 1; } this is correct. can anyone explain to me how to read this?