Search:

Type: Posts; User: kite98765

Search: Search took 0.10 seconds; generated 18 minute(s) ago.

  1. Replies
    1
    Views
    3,639

    ArrayList Boolean Issue

    Hello everyone!

    I was busy writing an application program with mulitple classes, and it deteremines if a applicant is approved or not is like an application database. I was running through the...
  2. Replies
    2
    Views
    2,183

    Re: Iterator Problem

    [-X

    It'd be much easier if you placed your code useing the provided shortcut. If you read the "before you post" sticky thread, you would know to put your code in this:

    If this is your first...
  3. Thread: sorting

    by kite98765
    Replies
    8
    Views
    2,993

    [SOLVED] Re: sorting

    Hey all,
    Thanks for the help, but it was the pass variable that was screwing it up. The second I removed all of the pass variables in the program, it runs perfectly. Thanks guys!
    It looks like...
  4. Thread: sorting

    by kite98765
    Replies
    8
    Views
    2,993

    [SOLVED] Re: sorting

    Help would be awesome. I have the right code, it just needs some tweaking. It sorts the first three words, then totally forgets sorting the next one, then sorts the next three words, like so:


    1....
  5. Thread: sorting

    by kite98765
    Replies
    8
    Views
    2,993

    [SOLVED] Re: sorting

    My professor, after reading your posting, that you can "kiss [his] ass." He also said that the Big O notation for insertion sort is the SAME as bubble sort. He said, "It's wannabes like you that lead...
  6. Thread: sorting

    by kite98765
    Replies
    8
    Views
    2,993

    [SOLVED] sorting

    Hello,
    I am writing a program where we use a Bubble Sort to alphabetize words and their corresponding defintions. So far, i have entering of the words and their definitions going for me, but I can't...
  7. Replies
    3
    Views
    5,637

    Re: Grade Array Trouble

    Also, could you give an example of a code fragment that might help? Originally, I had the code where it took the total amount of students that were entered, and if it didn't surpass the limits of the...
  8. Replies
    3
    Views
    5,637

    Re: Grade Array Trouble

    Thank you HelloWorld, but yes, I am limited to standard Java arrays. I asked my profesor about ArrayList but he said he didn't want it.
  9. Replies
    3
    Views
    5,637

    Grade Array Trouble

    Hello there,

    I am making a two-dimensional array where you can input a maximum of 20 students and 7 grades, and am printing them out in a formatted table. The array calls for averaging each test's...
Results 1 to 9 of 9