I am confused as to why this error occurs. My code execute fine and the results is exactly what I want but on compiling my c file with the command: "gcc -std=c99 -Wall -o assignment2 assignment2.c"
Here is the code:
Here is the output error:
I would just use this but i'm sure it might have some reasons why an error shows and also because my assignment marker probably want accept it if there is this warning on compilation.


iachar?