[Tutor] Question on listing cards, then deleting one or more items by user's choice.

2005-08-09 Thread Nathan Pinno
Say I deal 5 cards, and then list them. How would I print the list of cards, with the numbers of each card(the position in the list)? Then delete a certain card or cards, based upon the user's choice?.   Nathan ---Early to bed,Early

Re: [Tutor] Question on listing cards, then deleting one or more items by user's choice.

2005-08-09 Thread luke
>Say I deal 5 cards, and then list them. How would I print the list of cards, with the numbers >of each card(the position in the list)? Then delete a certain card or cards, based upon the >user's choice?. hope this points you in the right direction Nathan. -Luke #start of program #--

Re: [Tutor] Question on listing cards, then deleting one or more items by user's choice.

2005-08-10 Thread Brian van den Broek
Nathan Pinno said unto the world upon 2005-08-09 23:31: > Say I deal 5 cards, and then list them. How would I print the list > of cards, with the numbers of each card(the position in the list)? > Then delete a certain card or cards, based upon the user's choice?. > > > Nathan Nathan, I write th