CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2011
    Posts
    1

    Post Need help with java code

    I getting a homework to do a program about used car seller manage their car. It require using an arraylist.
    First: adding car's information : brand, color, condition, year registration and its must be in code like (BAO96XY)
    Second: List all the car and process the command buy then remove the car in data.
    Third: show total sale, total number car sold
    and data program can reload when it running again.

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Need help with java code

    We don't do peoples homework for them. Show us you've made some effort and ask a specific question and you will get an answer.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured