Homework Help! Urgent!
From: xscarsofdesirex (xscarsofdesirex_at_go4-dot-it.no-spam.invalid)
Date: 02/27/05
- Previous message: Roland Poellinger: "JMF: controlling webcam color settings from java"
- Next in thread: Patricia Shanahan: "Re: Homework Help! Urgent!"
- Reply: Patricia Shanahan: "Re: Homework Help! Urgent!"
- Reply: SMC: "Re: Homework Help! Urgent!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Feb 2005 13:59:33 -0600
Probably a very simple program, but I am completely stumped.
Any help in coding (even hints) for this would be GREATLY
appreciated.
If you would like to contact me directly, my AIM is XscarsofdesireX.
Write a class called Card where each object represents a card. The
class should have three instance variables.
int myNum (stores a value 1 to 52)
String mySuit (suit of the card- to be determined by myNum)
String myValue (value of the card -1,....10,Jack, Queen, King, Ace)
(use integer division for mySuit and % for myValue)
The class should have a setValue() and setSuit(). They should be
called in the constructor.
Then write a class called DeckOfCards that holds 52 objects of type
cards. Write methods that will assign each card a different number 1
to 52, will shuffle the deck, will deal a card, and tell how many
cards are left.
Create a driver that will shuffle the deck, then pring out as many
cards as the user wants dealt from the top of the deck.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
- Previous message: Roland Poellinger: "JMF: controlling webcam color settings from java"
- Next in thread: Patricia Shanahan: "Re: Homework Help! Urgent!"
- Reply: Patricia Shanahan: "Re: Homework Help! Urgent!"
- Reply: SMC: "Re: Homework Help! Urgent!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|