To prevent a neverending recursion process, you must make sure to build a(n) ____ into the procedure.

A. base case
B. sentinel
C. index
D. constructor

Answer: A

Computer Science & Information Technology

You might also like to view...

What symbols does Access use to indicate a field name?

A) () B) {} C) "" D) []

Computer Science & Information Technology

What is the possible output from System.out.println((int)(Math.random() * 4))?

a. 0 b. 1 c. 2 d. 3 e. 4

Computer Science & Information Technology