Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:15:17: error: expected ‘;’ before ‘{’ token 15 | else (x = 2) | ^ | ; 16 | {cout << (a * b); | ~