• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

get methods

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HELP HELP HELP!
I can get my code to compile but it is not doing what I intended! I need this done today really and I have hit a brick wall it seems. My program reads in datd from a txt file into arraylists and I am now trying to use a getmake method to find the make of a car in an arraylist using the reg that is associated with it (also in the array). I have attached the code below, if anyone could be so kind as to tell me what's wrong with it, I would be most thankful.


[EJFH: Added CODE tags and formatted code. ]
[ January 25, 2007: Message edited by: Ernest Friedman-Hill ]
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do we want to say "if MakeSearch equals the car's make, then print something?"
 
reply
    Bookmark Topic Watch Topic
  • New Topic