net.bluebones.Gambler
Class BettingSystem

java.lang.Object
  |
  +--net.bluebones.Gambler.BettingSystem

public class BettingSystem
extends java.lang.Object

Command-line program to check profit from a set of bets on the same 'race' and how much should be bet on each 'runner'.


Constructor Summary
BettingSystem()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main routine of program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BettingSystem

public BettingSystem()
Method Detail

main

public static void main(java.lang.String[] args)
Main routine of program