Recursion is:
(a) the ability of a program to repeat a block of code
(b) the ability of a method to call itself
(c) the ability of a method to call smaller methods
(d) the ability of a method to implement factorials
(b) the ability of a method to call itself
Computer Science & Information Technology
You might also like to view...
To create an electronic version of your VBA code window, press the ________
A) Save button B) printer button C) Clip board D) PrintScreen key
Computer Science & Information Technology
The statement or block of statements following the while clause is known as the ____________ of the loop.
a. assembly b. body c. definition d. sequence structure
Computer Science & Information Technology