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: Arrays

  1. #1
    Junior Member
    Join Date
    Mar 2020
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Arrays

    Hi guys can you help with with this

    Create a Program for sorting the given int array. You can select any sort algorithm for execute the program.

    30 45 55 56 70 72 74 76 80 120

    1. With a java class create a method to search the given values in the above mentioned array and method requires array parameter with search key.
    2. Create a method to print the values in the array and the method requires array parameter
    3. Create the main method to declare the given array. Call search and display methods.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Arrays

    What have you tried?
    Post your current code with any questions you have.

    Note: We do not write programs for students.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. need help with arrays
    By njabulo ngcobo in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 7th, 2013, 08:46 PM
  2. Help with Arrays
    By mstratmann in forum Object Oriented Programming
    Replies: 1
    Last Post: June 3rd, 2013, 09:19 PM
  3. Help with Arrays
    By xdx in forum What's Wrong With My Code?
    Replies: 3
    Last Post: October 10th, 2012, 12:39 AM
  4. Need Help with Arrays
    By zennbang in forum Object Oriented Programming
    Replies: 3
    Last Post: July 31st, 2011, 06:41 AM
  5. Arrays
    By av8 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: June 25th, 2011, 01:21 PM