Page 1 of 1

Can u make a a Flowchart and Pseudocode? Slot Machine Simulation A slot machine is a gambling device the user insert mon

Posted: Mon Jul 11, 2022 9:49 am
by answerhappygod
Can u make a a Flowchartand Pseudocode?
Slot Machine Simulation
A slot machine is a gambling device the user insert money intoand then pulls a lever or presses a button. The slot machine thendisplays a set of random images. If two or more of the imagesmatch, the user wins an amount of money, which the slot machinedispenses back to the user.
Design a modular program that simulates a slot machine. When theprogram runs, it should do the following:
Example of required output
These are example numbers and your program should work with anyamount of money played or won.:
Other Requirements
Your solution must use at least the TWOFUNCTIONS defined below, but you may use more. You are welcome touse other MODULES in your code in addition to the requiredfunctions.
Required Functions: