MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following methods can be used to find the sum of digits of a number? |
| A. | recursion |
| B. | iteration |
| C. | greedy algorithm |
| D. | both recursion and iteration |
| Answer» E. | |