Using Variables and Constants
Variables in C must beidentified as to their data type and named
Variables should be declared at the start of the main function
Variables names must begin with a letter or the underscore character, after the first letter, names can contain letters, numbers, and the underscore character:
- InputValue, temp, OnOff, rate4thQtr
Variable can be assigned values