Results 1 to 15 of 191

Threaded View

  1. #1
    zer0xbloood's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Go Left, Right, Left, Left, Right Congrats you arrived to Hell
    Posts
    733
    Reputation
    15
    Thanks
    265
    My Mood
    Psychedelic

    ~~~~~~~~~ FREE $20 UGC Giveaway ~~~~~~~~~~

    Hello Everyone!!

    This is my 2nd giveaway that I'll be hosting. So come on in and try your luck.

    What do I do to win?- Select a number between 0 and 100,000, Post your number in comment below. I'll post a result of RANDOMLY generated number between 0-100,000. Number closest to the result will win $20 UGC card.

    How will i generate Random Number?
    I'll generate random number using jGRASP code (under spoiler at the end).

    When is the Drawing?
    Drawing will be held on my Birthday which is on April 22.

    Rules:
    - If you posted a number in the comments and got banned between now and the result day, you'll be disqualified.
    - Everyone's number will be recorded before the drawing, You cannot change the number from the instance I record it (You'll be thanked when I record your number).
    - Must have 100+ Post count. If you don't have 100 posts, you have enough time to get it .


    Why am I doing this?
    My birthday is coming up so I thought it would be a good time to do the giveaway.


     
    // MPGH Random Number Raffle

    import java.util.Random;

    public class RandomNumberContest
    {

    public static void main (String[] args)
    {
    Random generator = new Random();
    int num1;

    num1 = generator.nextInt(10000);
    System.out.println ("Random Number Generator has Generated: " + num1);
    }
    }


    No stupid comments please

    I'll also post a screenshot showing the number generated

    Good Luck Everyone!!! May the luckiest person .

  2. The Following 5 Users Say Thank You to zer0xbloood For This Useful Post:

    BanHammer (04-17-2013),CrosLife (04-17-2013),DarkPladin (04-20-2013),Gale2008 (04-22-2013),[PrO]-Maton- (04-18-2013)

Similar Threads

  1. Free UGC Giveaway
    By Alicia182 in forum CrossFire Discussions
    Replies: 10
    Last Post: 01-01-2013, 05:01 PM
  2. Free CF VIP Giveaway
    By Cal in forum CrossFire Discussions
    Replies: 19
    Last Post: 08-28-2011, 04:52 PM
  3. Battlefield Play 4 Free Beta Key Giveaway
    By Dave84311 in forum Beta Games
    Replies: 7
    Last Post: 04-03-2011, 09:39 AM
  4. Battlefield Play 4 Free Beta Key Giveaway
    By Dave84311 in forum Battlefield Play4Free Hacks
    Replies: 3
    Last Post: 03-26-2011, 02:51 PM
  5. FREE CROSSFIRE ACCOUNT GIVEAWAY
    By SXE BOI in forum CrossFire Discussions
    Replies: 6
    Last Post: 04-29-2010, 10:13 PM