Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started