Search:

Type: Posts; User: JJeng

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    3,067

    Re: anagram program wont compile please help

    The current issue is in posTester(), this line :
    if((charTally[pos]<0)){
  2. Replies
    5
    Views
    3,067

    Re: anagram program wont compile please help

    You may want to relook at how you're making that constructor, take a look at my example and compare the form of my constructor to yours:

    //Filename: Class1.java
    public class Class1{
    public...
  3. Replies
    5
    Views
    3,067

    Re: anagram program wont compile please help

    I'm going to try and help by asking questions.
    First tackle the error message... What does it tell you?
    Line 12, can't find a symbol.
    Line 12 is:

    strObject compstr = new strObject(str1,...
Results 1 to 3 of 3