Search:

Type: Posts; User: miszIna

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,031

    Re: help me to solve my problem

    for Cards.java

    public class Card
    {
    private char faceValue ;
    private char symbol ;

    public Card (char value, char logo)
    {
    faceValue = value;
  2. Replies
    3
    Views
    2,031

    help me to solve my problem

    given a class that name player..contains under that class is

    +getCards(): Cards[]

    the description for this contains is -> getCards() – a method that gets card from the player

    then my coding...
Results 1 to 2 of 2