Processing variable data by using variables and expressions

One of the most powerful aspects of computer programming is the ability to process variable data to achieve a result.

About this task

Regardless of the complexity of a process, when data is unknown or varies, you substitute a symbol for the data. The symbol, when its value can vary, is called a variable. A group of symbols or numbers that must be calculated to be resolved is called an expression.