page 8, this code, in particular, the 0 has the below meaning:
getIntent().getIntExtra("age1", 0);
The zero means "defaultValue the value to be returned if no value of the desired type is stored with the given name."
source:
http://developer.android.com/referen...nt/Intent.html