Search:

Type: Posts; User: Tronez

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    3,737

    Re: Looking for duplicate birthdays program

    I'd be very grateful if somebody could give me a hand with my coding issue.

    Ive been trying to do this for a while and still cant get it to work.

    Thanks
  2. Replies
    8
    Views
    3,737

    Re: Looking for duplicate birthdays program

    Sorry about that i genuinely didnt realise, but it wont happen again.

    Relating back to the issue with my current code is anybody able to help and give me some advice :)

    Thanks
  3. Replies
    8
    Views
    3,737

    Re: Looking for duplicate birthdays program

    Can I not look in other places for help? I'm just trying to get my coding issue resolved quickly.

    If I'm not meant to post on different forums with my questions I apologise.

    Is anybody able to...
  4. Replies
    8
    Views
    3,737

    Re: Looking for duplicate birthdays program

    Ok ive now created an array and also a loop which gives my my 40 different birthday as showed below.


    int myarray[] = new int[40];

    for(int i = 0; i < myarray.length; i++){
    ...
  5. Replies
    8
    Views
    3,737

    Looking for duplicate birthdays program

    Hi

    Im very new to java and trying to make a simple java program which will work out the chances of two people sharing the same birthday in say a class of 40 people. Using the monte Carlo method...
Results 1 to 5 of 5