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 4 of 4

Thread: Array problem

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Array problem

    Write an application which makes the selection of the first three places in a ski race :

    1.Application must admit at most 15 competitors.

    2.Data of competitor will be saved in two dimensional array , In first dimension
    save the serial number of the competitor in the second dimension should be placed and saved time of competitor in seconds. For example 98sec , 120 sec etj

    3.Application selects three first places and return to the following ranking :

    First Place : Competitor with X serial number and with time XXX seconds.
    Second Place : Competitor with X serial number and with time XXX seconds.
    Third Place : Competitor with X serial number and with time XXX seconds.


  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: Array problem

    Did you have any specific java programming questions?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    May 2014
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Array problem

    no this is all can you help me please

  4. #4
    Member
    Join Date
    Oct 2013
    Location
    Manila, Philippines
    Posts
    285
    My Mood
    Amused
    Thanks
    6
    Thanked 64 Times in 61 Posts

    Default Re: Array problem

    Welcome to the forum! Please read this Announcements - What's Wrong With My Code?

    No members here will provide a code for you. If you want some help, just show some effort (a simple coding) then ask specific question like "why do I have error" or "where did I got wrong?".

Similar Threads

  1. Replies: 2
    Last Post: February 24th, 2014, 10:48 PM
  2. Replies: 2
    Last Post: May 13th, 2011, 03:08 AM
  3. array problem
    By aizen92 in forum Java Theory & Questions
    Replies: 4
    Last Post: December 18th, 2010, 11:06 AM
  4. [SOLVED] Array Problem
    By Cammack in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 5th, 2010, 06:11 PM
  5. Java program for 2-D Array Maze
    By Peetah05 in forum Collections and Generics
    Replies: 11
    Last Post: May 8th, 2009, 04:30 AM

Tags for this Thread