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

    Blue j programming

    Im having abit of trouble trying to do 1C ive done a and b however I keep having trouble with 1C

    User Requirements Set A
    1. Car records:
    a. add a new car
    b. for a given registration number print the car’s details
    c. print a list all cars that are for sale (i.e. where the price paid for is zero)

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Blue j programming

    Can you post the code you are having problems with? Also post the program's output.
    Be sure to wrap the code in code tags:
    [code]
    THE CODE HERE
    [ /code]
    Without a space.
    Norm

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