Search:

Type: Posts; User: james137

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    1,846

    my program. Random number generater.

    my program first says:

    As we know if you could only pick a number
    out of 1 million your chances are 1 in 1 million:
    today I am going to prove this...I hope

    you can pick a number from 2 to...
  2. Replies
    5
    Views
    6,412

    Re: Simple Game In Java (Head and Tails).

    here is an example i have been working on. basicly it does something simmlar to what you want. best of luck


    /**
    * @(#)DoubleOrNothing.java
    *
    * DoubleOrNothing application
    *
    * @author ...
  3. Replies
    5
    Views
    6,412

    Re: Simple Game In Java (Head and Tails).

    I could only write as a text base game (useing CMD to run it)
  4. Replies
    1
    Views
    2,172

    .class to .exe question

    basicly how do i convert a .class file to a double click esay to run program.

    thanks in advance
  5. Replies
    7
    Views
    3,423

    import java.util.Scanner; import...

    import java.util.Scanner;
    import java.util.Random;
    import static java.lang.System.out;

    public class lotto {
    public static void main (String[] args) {
    Scanner myScanner = new...
  6. Replies
    7
    Views
    3,423

    Re: new program (lotto.class)

    yeah im on that learning curve lol thanks a lot i'll post the final one soon
  7. Replies
    7
    Views
    3,423

    Re: new program (lotto.class)

    tyvm on that
  8. Replies
    7
    Views
    3,423

    Re: new program (lotto.class)

    thanks. is the program any good?
  9. Replies
    7
    Views
    3,423

    new program (lotto.class)

    basicly i want to know how you think of it. and see if you can see any bug or problem. I just started programing in java from nothing 2 days ago and this is what i have now: (just copy and pastle and...
Results 1 to 9 of 9