Search:

Type: Posts; User: alf

Search: Search took 0.13 seconds.

  1. [SOLVED] Re: Java Beginner: Help with methods and returning values (hailstone program)

    finally figured it out.

    all i needed was

    int start = getStartingValue(in);
    int max = computeMax(start);
    int length = computeLength(start);
    outputResults(start, length, max);

    thanks!
  2. [SOLVED] Java Beginner: Help with methods and returning values (hailstone program)

    Hello everyone, I am rather new to java and I need some help with understand methods.

    I can figure out how to call the integers and I returns from each method. I have attached my .java file and I...
Results 1 to 2 of 2