Main.cc: In function 'int main()': Main.cc:16:12: error: 'a' was not declared in this scope if(a[i]>'z'){ ^ Main.cc:21:7: error: 'a' was not declared in this scope a[i]-=32; ^