Challenge: Make Variables
Declare variables in PHP and assign values to them.
We'll cover the following...
Problem Statement
- Declare an int type variable and name it
$intNumber
and assign it a value of 1000. - Declare a char