Name: Anonymous 2012-02-02 22:53
THE CHALLENGE:
Create a program that calls a recursive function which calls a recursive function which calls the original recursive function.
Bonus points for doing something cool! ! !
For example, a program that consists of two functions, A and B.
Function A would be a recursive function that called itself. Function A also calls Function B.
Function B would be a recursive function that called itself. Function B also calls Function A.
Create a program that calls a recursive function which calls a recursive function which calls the original recursive function.
# The program must terminate.Bonus points for doing something cool! ! !
For example, a program that consists of two functions, A and B.
Function A would be a recursive function that called itself. Function A also calls Function B.
Function B would be a recursive function that called itself. Function B also calls Function A.