Click here to download ex1.c.
ex1.c
int foo(int x) { if ((x+3)*4 == 20) { return 14; } else { return x*7; } }