Search:

Type: Posts; User: Marcusjamaal

Search: Search took 0.07 seconds.

  1. Re: Need help with declaring static method for code.

    Thanks Z! Wow, this is gonna help me a ton!
  2. Re: Need help with declaring static method for code.

    I'm having these problems now with it.

    1. theres a problem with "else without if"

    2. while ( i >= 1) , cannot find symbol <identifier expected>

    3. Alot of number 2 for mutiple functions
  3. Re: Need help with declaring static method for code.

    Z

    heres an updated code...I can say I'm understanding you, but it's alot different then actually doing so...


    public static void main(String[] args) {

    // welcome the user to...
  4. Re: Need help with declaring static method for code.

    Thank you Z! :o. Also yes I do. I'm confused by your message though, if I'm prompting the user to enter input for the value of the numbers, my code must differ from your code to get the first and...
  5. Re: Need help with declaring static method for code.

    Sorry Guys here's what's specifically wrong with it


    1. Illegal start of expression , cannot find symbol, symbol class : class first number, location: class Greatest common division finder.
    ...
  6. Re: Need help with declaring static method for code.

    Thank you. :o
  7. Need help with declaring static method for code.

    Hi everybody I'm extremely new to java programming and was asked to do this >

    " The formula for finding the greatest common divisor of two positive integers x and y
    follows the Euclidean...
Results 1 to 7 of 7