Begin by studying our notes on arrays:
Then write a program for dealing cards. Your program should use an array for the names of the suits and the cards. It should also verify input so the user does not accidently enter an illegal subscript.When the program is debugged, turn in a listing and screen shot of execution showing the ace of spades.