(Game: no solution ratio for 24-point game) For the 24-point game, introduced in Programming Exercise, write a program to find out the no solution ratio for the 24-point game, i.e., number of no solutions / number of solutions, among all possible four card combinations.
Programming Exercise (Game: the 24-point card game) The 24-point card game is to pick any four cards from 52 cards (note two Jokers are excluded). Each card represents a number. An Ace, King, Queen, and Jack represent 1 , 13 , 12 , and 11 , respectively. Write a program that randomly picks four cards and prompts the user to enter expression that uses the four numbers from the selected cards. Each number must be used once and only once. You can use the operators (addition, subtraction, multiplication, and division) and parentheses in any combination in the expression. The expression must evaluate to 24. If such an expression does not exist, enter 0. Here is a sample run of the program:




We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.