Pregunta:
What are the characteristics of a recursive subroutine
Autor: Will ParkerRespuesta:
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 calificaciones)
1 answer(s) in total