

MCQOPTIONS
Saved Bookmarks
1. |
What does the following recursive code do? |
A. | Prints the numbers from 10 to 1 |
B. | Prints the numbers from 10 to 0 |
C. | Prints the numbers from 1 to 10 |
D. | Prints the numbers from 0 to 10 |
Answer» D. Prints the numbers from 0 to 10 | |