Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 121681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:00:33+00:00 2026-05-11T04:00:33+00:00

I’m stuck on a portion of the Java tutorial, specifically this exercise . The

  • 0

I’m stuck on a portion of the Java tutorial, specifically this exercise. The exercise asks you to:

1- Write a class whose instances represent a single playing card from a deck of cards. Playing cards have two distinguishing properties: rank and suit. Be sure to keep your solution as you will be asked to rewrite it in Enum Types.

Hint: You can use the assert statement to check your assignments. You write:

assert(boolean expression to test);   

If the boolean expression is false, you will get an error message. For example,

assert toString(ACE) == 'Ace';  

should return true, so there will be no error message.

2- Write a class whose instances represent a full deck of cards. You should also keep this solution.

3- Write a small program to test your deck and card classes. The program can be as simple as creating a deck of cards and displaying its cards.

I’d really like to do this exercise, but the problem is I have never played cards so I have no idea at all how to create this program and what properties the cards should have, etc. I looked this up on wikipedia but got very limited knowledge, which will never enable me to build the required classes: Card.java , Deck.java , and the program DisplayDeck.java.

What will be a good alternate exercise to do for someone with no knowledge of cards, but which will test the same concepts that the above mentioned exercise would? (Probably static and instance variables and such)

Thanks.

By the way, this not a homework question, i’m learning Java for a commercial project.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T04:00:34+00:00Added an answer on May 11, 2026 at 4:00 am

    I think it’s worth the time to be familiar with the example, since it’s frequently used to describe programming concepts. Let me try to distill the description of playing cards for you:

    First, keep this picture of the deck (the whole collection of cards) open for reference.

    Going vertically down the rows, you have {Spades ♠, Diamonds ◇, Clubs ♣, Hearts ♡} = 4 suits.

    Going horizontally across the columns, you have {2, 3, …, 10, Jack, Queen, King, Ace} = 13 ranks.

    Altogether, there are 4 x 13 = 52 cards in the deck.

    Each card is identified by the pair (rank, suit), e.g. (Ace, Spades ♠) and (10, Diamonds ◇) which we read as ‘Ace of Spades’ and ‘Ten of Diamonds’, respectively.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 181k
  • Answers 181k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I would do this by In Access, define the table… May 12, 2026 at 4:18 pm
  • Editorial Team
    Editorial Team added an answer I would recommend taking a look at this tab page… May 12, 2026 at 4:18 pm
  • Editorial Team
    Editorial Team added an answer Well, I think the conventional method would be to write… May 12, 2026 at 4:18 pm

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
In order to apply a triggered animation to all ToolTip s in my app,
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.