Hi!
I have a vector j that I need to search for one or more numbers. The program shall when it finds the number return some kind of value so that I can print out a element in another vector v... I can't figure out how to search the Vector.. I have converted the Vector elements I need into a
String but that doesn't seem to make sense. Maybe if I converted the elements into ints or something? Well, I'm very much a newbie and very much lost... Help would be appreciated
/Bossakungen