posted 11 years ago
I have been working on this for days now, and can't figure out what I am doing wrong. I have to use the following for my method I am trying to call from main public static void sort(double num1, double num2, double num3)
If I take out the method that I have to include, it runs just fine, so I know that I have issues with the way I am handling the method.
[Edit: added code tabs - MB]