You need to close your if statement in the proper place, with the syntax if { body }. If you do this properly with return 0; within your if statement (to end the program at a negative value), you also need it at the end of your program to end main().