Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DoneHealing

    Comparing arrays for equality

    Sorry for not explaining it more clearly in the first post. Thanks for all the help. I'll try using this and see if I can pull it together.
  2. DoneHealing

    Comparing arrays for equality

    That seemed to work, though the output isn't what I was trying to get. I entered the numbers: 253462 The random numbers generated were: 336131 The output was: number guessed is: 3 number guessed is: 3 number guessed is: 3 number guessed is: 6 The results I'd be aiming to get from that would...
  3. DoneHealing

    Comparing arrays for equality

    Sorry for all the hassle but I'm still coming up with some problems. I tried compiling again and I got these errors: ---- NumberGuess.java:46: cannot find symbol symbol : class Vector location: class NumberGuess Vector vec = new Vector(); ^ NumberGuess.java:46: cannot find symbol symbol ...
  4. DoneHealing

    Comparing arrays for equality

    Thanks for the help, but when I try to compile with that I get this error: '(' or '[' expected Vector vec = new Vector; ^ 1 error
  5. DoneHealing

    Comparing arrays for equality

    Hi, I'm having some problems with a program I'm working on and was hoping that someone here might be able to help me out. The purpose of program is to ask the user to enter number guesses into an array and then compare this with an array of random generated numbers to find out how many of the...

Part and Inventory Search

Back
Top