You are here

Exercises

10 February, 2015 - 14:25

Exercise 15.5.1

Answer the following statements as either true or false:

  1. Only for loops can be counting loops.
  2. The integer data type has modular arithmetic attributes.
  3. The escape code of \n is part of formatting output.
  4. Nested for loops is not allowed in the C++ programming language.
  5. Counting loops use all four of the loop attributes.