Search:

Type: Posts; User: Kimmi

Search: Search took 0.11 seconds.

  1. Re: Method to solve a word search in Java using 2d arrays

    if its 4 5 5 2. its supposed to add 4 and 5, then add 5 and 5, then and 5 and 2.
  2. Re: Method to solve a word search in Java using 2d arrays

    It need go through a horizontal array checking if consecutive numbers add up to a desired sum. If they do, those numbers remain, if they don't, the numbers become zeros.
  3. Method to solve a word search in Java using 2d arrays

    I'm trying to create a method that will search through a 2d array of numbers. If the numbers add up to a certain sum, those numbers should remain and all of the other numbers should be changed to a...
Results 1 to 3 of 3