Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:11:2: error: expected ‘}’ before ‘else’ 11 | else if (x == 2) { | ^~~~exam.cpp:9:14: note: to match this ‘{’ 9 | if (x == 1) { | ^