int n = 77; int result; int a = 1; int b = 2; if (n == 77) result = a; else result = b;