I need help writing this program, any hints, help, guidance will be appreciated.
The program needs to provide a menu to the user with the following options:
Reset the deck
Shuffle the deck
Cut the deck
Cut to a card.
Cut against the computer
Exit
Each of these options must work. You must include at least one of each of the following:
Decision structure
Repetitive structure
module/function
array (if you use one in your object it will count)
Object (The one in Exercise 11 counts)