Exam Hints:


Use the correct notation for >=  and <=
Use the correct notation for and (&&) , or ( || )
Use the semicolon;
Use == vs =

Don't print more than we ask for. Don't return EXIT_SUCCESS or EXIT_FAILURE unless we ask you to do so. (Do it for a complete program, not a portion of a program)
Declare all variables ;