# Variables are used to store information in a program. # The value of a variable can be changed while the program is running. # Rules of variables : # 1. Variable name must start with a letter or ...