Search:

Type: Posts; User: rrickman9

Search: Search took 0.08 seconds.

  1. Re: I Cant seem to get my sort routine to function

    I inserted a println after the sort to discover that the program isnt even sorting at all. Now the problem is how to get it to notice the sort

    import java.util.Scanner;

    public class Lab6_3
    {...
  2. Re: I Cant seem to get my sort routine to function

    Still nothing. I just cant seem to figure it out.
  3. Re: I Cant seem to get my sort routine to function

    Still Nothing. I just cant seem to figure it out.
  4. Re: I Cant seem to get my sort routine to function

    Sorry about that.

    --------------------Configuration: <Default>--------------------
    How many students do you want to attend your college : 3
    Enter student's name here : Jim Bob
    Enter semester...
  5. Re: I Cant seem to get my sort routine to function

    --------------------Configuration: <Default>--------------------
    How many students do you want to attend your college : 3
    Enter student's name here : Jim Bob
    Enter semester hours here : 555
    ...
  6. Re: I Cant seem to get my sort routine to function

    The program only works for the first variable.
    EXAMPLE
    I enter the data D,A,B
    The program will pick up that A is first but the rest remain in the same position and it will look like this A,D,B
  7. Re: I Cant seem to get my sort routine to function

    University of Derp

    Student Hours Tuition
    Ted Jones 52 $9014.72

    Matt Smith 85 $14735.60

    john dow 85 ...
  8. I Cant seem to get my sort routine to function

    Well for a lab I have to calculate and output a receipt for a college tuition bill. The problem is the receipt has to be organized by name and when I run the program it only prints the first name in...
Results 1 to 8 of 8