Write an application that will play a slot machine keeping count until it wins. The application will have three classes.
A class named Reel that will simulate a slot machine reel. Reel will have a string array with 20 possible faces.
A class named SlotMachine that will simulate the slot machine. SlotMachine will