Year 2 compilers coureswork
/* ##answer: 30*/ int main() { int x = 5; int y = x - 4; int z = 10 - x; int w = x % z; return x*x + z / (w + y); }