Chapter 4: | How To Write Arithmetic Expressions |
In Chapter 2, you saw sample expressions involving the
multiplication operator, *
, and the output operator
<<
. In this chapter, you learn about additional
operators and about the way C++ handles operator precedence and
associativity.