Search:

Type: Posts; User: Hashmeer169

Search: Search took 0.07 seconds.

  1. Re: Comparing a character to an array of strings

    Thanks for the tip! Using the .equals method "if (pathInfo[row][column].equals('*'))" lets it compile but its still not printing anything. I'm not sure where the problem lies now though :/
  2. Comparing a character to an array of strings

    Hi everyone, this is my first post on this forum. I'm having trouble with a program assigned for homework. I would say that I am at a beginners level in java. Here's my code in class Bug:
    ...
Results 1 to 2 of 2