Vidyalelo
Data Structure · Q159

Dynamic Programming in Data Structures

Programming · Data Structure · question 159

Q159

You have n dice each having f faces. What is the number of permutations that can be obtained when you roll the n dice together?

A.
n*n*n...f times
B.
f*f*f...n times
Answer
C.
n*n*n...n times
D.
f*f*f...f times

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board