Question: Please create a script with a user defined function that does not take argument but returns value for the following Slot Machine Problem. 3. Objective
Please create a script with a user defined function that does not take argument but returns value for the following Slot Machine Problem. 3. Objective -creating a simple slot machine. The machine should ask the user how much money he/she is willing to Deposit. a. b. The machine should ask the user how much money he/she is willing to Bet per each round. c. The slot machine will display 3 numbers 0, 1, and 2 d. The choice of these numbers should be decided by rand) function in c. How to use rand() function in c 1) Num-rand()%3;//This line will generate a number between 0, 1, and 2 and assign the number to Num variable 2) rand() requires #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
