14. What are variables ? How are they important for a program ?

Variables are used to store values in a program. It is important as it helps to use those stored values later in the program.

Example: