C++ Expressions

C++ expressions are program statements that combine the C++ operators to perform some action. Below are several examples of valid C++ expressions (note: the examples assume the variables appearing in the expressions have been previously declared, if they were not, the compiler would complain of undeclared variables):