0
Depends' generally not ' you only initialise the variable when you are going to use it. Unless you need it in some other function or loop in which case you will have to call it. In other words you cant use the variable "age" unless you have called it "- be carfeful with scope ( declare it globally vs in function)