Search:

Type: Posts; User: xlFireman

Search: Search took 0.21 seconds.

  1. Re: Need help with parameter passing in my project? (Beginner)

    I am still a little confused about where to place it. Should I place it underneath the method isVowel? And you said to enclose it in brackets, do you mean like this?

    public static void...
  2. Re: Need help with parameter passing in my project? (Beginner)

    Should I format it like this:
    isVowel(String someVariable, String someVariable, String someVariable, String someVariable, int someInteger);

    or like this:

    isVowel(someVariable,...
  3. Re: Need help with parameter passing in my project? (Beginner)

    I tried what you said and gave it some parameters

    isVowel(String, String, String, String, int);

    but I now get the error:

    error: '.class' expected
    isVowel(String, String, String, String,...
  4. Need help with parameter passing in my project? (Beginner)

    For my Computer Science class, I was instructed to use Parameter passing to edit a project I recently created. I was supposed to have no global variables other than the ones needed for file reading....
Results 1 to 4 of 4