Man of Honour
- Joined
- 15 Mar 2004
- Posts
- 28,140
- Location
- Liverpool
How do I find the smallest float number (out of 4)?
I want to put this line:
Winning Time = public static float findMin(float TimeG, TimeW, TimeCP, TimeS);
Where:
Winning Time = the quickest race time
Time'X' = a character's individual race time.
I keep getting really weird errors though, and I can't figure out if it's anything to do with the the fact that I've either defined it wrong (it's not 'findMin' or I haven't defined it correctly above where this line sits?
Thanks for any help offered.
I want to put this line:
Winning Time = public static float findMin(float TimeG, TimeW, TimeCP, TimeS);
Where:
Winning Time = the quickest race time
Time'X' = a character's individual race time.
I keep getting really weird errors though, and I can't figure out if it's anything to do with the the fact that I've either defined it wrong (it's not 'findMin' or I haven't defined it correctly above where this line sits?

Thanks for any help offered.
