| Int means integer, main(), is returning an Integer, hence the int. When It says return, that means that when you say "return 0" in your code. So basically, until it gets to the return statement, it knows that it's job isnt done yet, when it sees that, the "return 0" it knows it has finished.
hope that helps |