Search:

Type: Posts; User: titowinky

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,354

    Re: How to convert two elements into one

    So what will be the output of that code if I do sys.out.println(str) if the string is KD?
    I have the code below and the corresponding output.

    void openTopCards(){
    LinkedList<String> fliper =...
  2. Replies
    4
    Views
    1,354

    Re: How to convert two elements into one

    This is a solitaire game (without graphics) that I am trying to write. I can't figure out how to write a class with that property because the cards are not always facing down. By default they are...
  3. Replies
    4
    Views
    1,354

    How to convert two elements into one

    Is it possible to convert one element (string) from one linkedlist with another element (string) from another linkedlist to have an output of one element that joined the two strings?
    I am trying to...
Results 1 to 3 of 3