/*
CS371p: Quiz #1 (5 pts)
*/

/* -----------------------------------------------------------------------
1. What is the cycle length of 3? [3n+ 1]
   (2 pts)

8
*/

/* -----------------------------------------------------------------------
2. Which of the following is true? Maybe more than one. [3n + 1]
   (2 pts)

a. (n / 2), with n even, always produces an even
b. (n / 2), with n even, always produces an odd
c. (3n + 1), with n odd, always produces an even
d. (3n + 1), with n odd, always produces an odd

c.
*/


syntax highlighted by Code2HTML, v. 0.9.1