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