Variable Declaration
Variable Declaration is a concept where we'll create memory space(Usually in RAM) for a value and letting system know following information regarding that memory space
1. Name of the variable
2. Type of value it holds
3. The initial value if any it takes.
(Click Here, For more exercises)