Hello guys,
I tried several times to write a code for historgramm, but it does not compile.
I woulkd be so glad and thanxful, if someone could help me out :).
Thx
Best regards
Amber
When the compiler encounters a syntax error in the code, it does more than just stop. It does write out an error message that explains where and what it cannot process. It can also give warnings about code that does compile, but could contain logical error.
It is a very useful skill to understand those messages, because with their help one can usually correct the code.
Different compilers use different error messages. Therefore, you should post the errors that your compiler gives along with the code. Then we can help you to see the correlation.