Search:

Type: Posts; User: hholco

Search: Search took 0.09 seconds.

  1. Re: A few tips in the direction of a lottery game, factorials

    This is what I have written:

    public static double jackpotChance(int k, int n, int m)
    {
    double jackpotChance = 0;

    System.out.println(n);

    int factTop = 1;
    ...
  2. A few tips in the direction of a lottery game, factorials

    This is an assignment for class that I am working on. I am not looking for answers, just a bit of guidance. I am stuck in a few places and have a feeling that I am really lacking. Anything at all is...
Results 1 to 2 of 2