Find the best answers to your questions at Westonci.ca, where experts and enthusiasts provide accurate, reliable information. Join our platform to connect with experts ready to provide precise answers to your questions in different areas. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

need help design A slot machine is a gambling device that the user inserts money into and then pulls a lever (or presses a button). The slot machine then displays a set of random images. If two or more of the images match, the user wins an amount of money, which the slot machine dispenses back to the user.

Design a program that simulates a slot machine. When the program runs, it should do the following in C++ with pseudocode:

Ask the user to enter the amount of money he or she wants to insert into the slot machine
Instead of displaying images, the program will randomly select a word from the following list: Cherries, oranges, Plums, Bells, Melons, Bars
The program will select and display a word from this list three times.
If none of the randomly selected words match, the program will inform the user that he or she has won $0. If two of the words match, the program will inform the user that he or she won two times the amount entered. If three of the words match, the program will inform the user that he or she has won three times the amount entered.
The program will ask whether the user wants to play again. If so, these steps are repeated. If not, the program displays the total amount of money entered into the slot machine and the total amount won.
Be sure to divide the program into functions that perform each major task.


Sagot :

Thank you for trusting us with your questions. We're here to help you find accurate answers quickly and efficiently. We hope you found what you were looking for. Feel free to revisit us for more answers and updated information. Thank you for using Westonci.ca. Come back for more in-depth answers to all your queries.