Question:
What are the characteristics of a recursive subroutine
Author: Will ParkerAnswer:
Must contain a stopping cndition (base case) For any input values other than teh stopping condition the routine must call itself Stopping condition must be reachable after a finite number if loops
0 / 5 Â (0 ratings)
1 answer(s) in total