Write a C++ program that will compute the permutation of asequence of ball drawing.
The program should ask the user for the total number of balls,the number of red balls, and total number of blue balls.
The program should then ask for the number of ball to draw.
The program should then compute the permutation and print theresult to the user.
Make sure the user input are correct.
Expert Answer
Answer to Write a C++ program that will compute the permutation of a sequence of ball drawing. The program should ask the user for…