MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following iterative implementation to find the nth fibonacci number:Which of the following lines should be added to complete thebelow code? |
| A. | c = bb = a |
| B. | a = bb = c |
| C. | b = ca = b |
| D. | a = bb = a |
| Answer» C. b = ca = b | |