Search:

Type: Posts; User: ashboi

Search: Search took 0.09 seconds.

  1. Re: Card Class (Setting string rank value. 1 = "Ace" etc)

    Thanks for reply ... Haven't got to Arrarys yet its the next chapter we are looking at. Is the another way to do it using Characters, Strings and Stringbuilder ?

    Like using valueOf(int i) etc ???...
  2. Card Class (Setting string rank value. 1 = "Ace" etc)

    My Current Card Class


    public class Card

    {
    private String suit;
    private int value;

    public void setSuit(String newSuit) //Setting suit
Results 1 to 2 of 2