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

Thread: Small Project

  1. #1
    Junior Member
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Small Project

    Hey guys, i'm new and i need a project done, i will pay for it. If anyone would like to take this offer up please PM me on the forum

    Thanks!


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Small Project

    Specs please

  3. #3
    Junior Member
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Small Project

    Sports Personality Collection
    Write a program that stores details of a sports personality collection.
    Level 1 maximum 50% (depending on implementation, demonstration, viva and documentation) must include the following:
     Declaration and initialisation of variables
     Separate arrays to store individual details of each item
     A menu of options dependent on an integer variable
     Method to add items
     Method to search for an item and print details
     Method to print items
     Useful comments, good indentation, good use of variable names

    Example
    • Create a menu of options controlled with an integer variable for the programme including
    o input a new entry from a keyboard
    o search for an entry
    o print all the entries so far
    o Quit
    • Declare a series of arrays to hold details of sports personalities. A sports personality consists of (for example) the name, age and sport (“David Beckham”, 34, “Football”). The program should be able to store sports personality details in the declared arrays.
    • A single entry can be entered by the user typing the details in and the entry can be printed out.
    • Your program should provide a search method that allows the name of a given sports personality to be looked up in the array and the details printed to the screen.

  4. #4
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Small Project

    Hello 3XiLED.

    Welcome to the forums.

    How much are you offering to complete this project? When is the deadline?
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  5. #5
    Junior Member
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Small Project

    The deadline is in 2 weeks but if you can give me parts step by step as i need to present some material in by next week so if i can have it part by part then the project sent to me as a whole then that would be great.

    You tell me how much you want for the project?

  6. #6
    Member
    Join Date
    Jan 2010
    Location
    Oxford, UK
    Posts
    30
    Thanks
    2
    Thanked 7 Times in 7 Posts

    Default Re: Small Project

    Don't do people's assessed work for them! This chump doesn't deserve to pass his (or her) course.

  7. #7
    Junior Member
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Small Project

    You are getting paid no?... that's the motive of this section for "PAID PROJECTS"... So what is it to you eh?

  8. #8
    Junior Member
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Small Project

    This offer is still up i will pay who ever does it, come on people there's some money involved!

Similar Threads

  1. small problem ... I need help
    By Ashar in forum Loops & Control Statements
    Replies: 4
    Last Post: December 4th, 2009, 11:26 AM
  2. quite small (make the changelog non-static, i.e. load its content from a file)
    By Abdallah in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: November 30th, 2009, 09:00 PM
  3. Fitting a large primitive into a small reference variable
    By Phobia in forum Java Theory & Questions
    Replies: 15
    Last Post: October 23rd, 2009, 03:10 PM
  4. Small Project Ideas
    By Freaky Chris in forum Project Collaboration
    Replies: 20
    Last Post: August 12th, 2009, 12:49 PM
  5. Replies: 1
    Last Post: May 8th, 2009, 08:55 AM