Search:

Type: Posts; User: alf

Search: Search took 0.19 seconds.

  1. Re: Inputing file (.txt) and finding the highest number in the file

    bump.. please help!
  2. Re: Inputing file (.txt) and finding the highest number in the file

    edited

    site should allow for .txt or .java files to be uploaded
  3. Inputing file (.txt) and finding the highest number in the file

    I have attached my src folder. It contains the .java and the in.txt

    the txt file is in this format

    number of users
    how many numbers are listed for user1 (ex 4)
    user1 number 1
    user1...
  4. [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!
  5. [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 5 of 5