Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: create an array of 99 random values; sorted and the printed

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default create an array of 99 random values; sorted and the printed

    hello, I need the java code for an arry of 99 random generated values which are then sorted using a for loop and the printed out using an enhanced loop for a class project.

    thanks


  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: create an array of 99 random values; sorted and the printed

    Quote Originally Posted by appoldk@yahoo.com View Post
    hello, I need the java code for an arry of 99 random generated values which are then sorted using a for loop and the printed out using an enhanced loop for a class project.
    I think that I speak for all in saying that you have our permission to create this code any time you wish.

    Seriously though, no one is going to do this for you, and no one should as that would be cheating you out of the great experience of learning to program. We're more than happy to help you, but we're not going to do this for you. Please show your work and ask your *specific* questions rather than simply dumping your assignment here.

Similar Threads

  1. Why the Random pre-defined functions create an error in the code?
    By Sharmeen in forum What's Wrong With My Code?
    Replies: 7
    Last Post: November 15th, 2012, 04:19 AM
  2. Replies: 0
    Last Post: April 15th, 2012, 12:44 AM
  3. [SOLVED] Array random numbers
    By nitwit3 in forum What's Wrong With My Code?
    Replies: 4
    Last Post: July 20th, 2011, 07:05 PM
  4. Java Question Need Help Restarting the Values of Variables from Random Numbers So Out
    By JavaStudent1990 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: July 24th, 2010, 02:25 PM
  5. How to create a sorted set from the contents of an array
    By davie in forum Collections and Generics
    Replies: 1
    Last Post: March 11th, 2010, 03:44 PM