Main.cc: In function 'int main()': Main.cc:6:6: error: 'a' was not declared in this scope if (a>60){ ^ Main.cc:8:6: error: 'a' was not declared in this scope if (a<60){ ^