bool a = true; bool b = false; int c, d; if (a == b) { c = 4; d++; }