Question: 1 . Dice roll On rolling a single die, we get six distinct outcomes ( 1 , 2 , 3 , 4 , 5 ,
Dice roll On rolling a single die, we get six distinct outcomes On rolling two dice, we get distinct outcomes Note that getting for example, is considered same as getting Write a program to print the number of distinct outcomes when n dice are rolled. Input format There is only one line of input containing a single positive integer x Constraints Only combinations must be counted, not permutations. For example, if dice are rolled, the outcome in the first dice and in the second dice is the same as the outcome in the first dice and I in the second dice. Output format The program or function must print out a single integer representing the distinct outcomes on the roll of x dice. Sample Input O Sample Output Explanation O There are possible outcomes on the roll of a single dice Sample input Sample output Explanation There are possible outcomes for the roll of dices: Sample input Sample Output O Explanation O There are fi possible outcomes on the roll of a single dice Sample Input Sempla eutput Explanation There are possible outcomes for the roll of dices: in java
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
