Search:

Type: Posts; User: HyperRei

Search: Search took 0.18 seconds.

  1. Replies
    4
    Views
    639

    [SOLVED] Re: Count Num of Letters In Common

    Yes, that's exactly what each method does. Also, I know the problem is within the method that removes duplicates. I believe it to be a logic error as it doesn't seem to take into account the last two...
  2. Replies
    4
    Views
    639

    [SOLVED] Re: Count Num of Letters In Common

    I'll try to describe the logic the best I can. I'll do it in the steps below:

    Step 1: We pass in our Strings into the method, where the first thing done by the method is to create an int variable...
  3. Replies
    4
    Views
    639

    [SOLVED] Count Num of Letters In Common

    Hello, I am working on an exercise that's giving me a bit of a problem. The goal is to output the number of letters two Strings have in common. I've thought of a method where I take the Strings,...
Results 1 to 3 of 3