Write a script that declares and assigns three integer variables: one for your house number or apartment number (not your street name), one for your zip code, and another for your area code. Use echo() statements to print each variable, along with gettype() function to make sure each variable is of the integer data type. Save the document as IntVariables.php