

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following dynamic programming implementation of the dice throw problem: Which of the following lines should be added to complete the above code? |
A. | arr[num_of_dice][S] |
B. | arr[dice][sm] |
C. | arr[dice][S] |
D. | arr[S][dice] View Answer |
Answer» B. arr[dice][sm] | |