Next: Multiple Choice Questions
Up: Further Assignment Statements &
Previous: Example Program: Tabulation of
+, -, *, /, and
% can all be used in the form
variable op = expression
which is identical in operation to
variable=variable op(expression)
iomanip.h must be included in the
program if they are to be used.