On Jun 4, 2004, at 10:42 AM, Bertrand Delacretaz wrote:

Here's my +1 for
- Sylvain Wallez

A tough choice to make: I'd vote for all of you guys, but we have to select someone.

Same here. How to solve it?

$ java pmc Andrew Matthew Sylvain Vadim
And the winner is: Matthew

If you're in trouble like me, just:

public class pmc {
  public static void main(String[] candidates) {
    int  winner = (int)Math.floor(Math.random() * candidates.length);
    System.out.println("And the winner is: " + candidates[winner]);
  }
}


So, +1 for Matthew. And if there are bugs above, well... too bad. :-)

Ciao,

--
Gianugo Rabellino
Pro-netics s.r.l. -  http://www.pro-netics.com
Orixo, the XML business alliance: http://www.orixo.com



Reply via email to