a. As a single-selection structure.
b. As a double-selection structure.
c. As a multiple-selection structure.
d. To replace all ifelse statements.
The compiler will implicitly create a default constructor if:
a. The class does not contain any data members.
b. The programmer specifically requests that the compiler do so.
c. The class does not define any constructors.
d. The class already defines a default constructor.
All of the following are reasons to use recursion except:
a. An iterative solution is not apparent.
b. The resulting program is easier to debug.
c. It more naturally mirrors the problem.