Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: Need help with Scanner/while loops/substrings

    If you can't save the file's data in an array or other type of storage structure, the code will have to read the file each time a new player's data is to be found.
  2. Re: Need help with Scanner/while loops/substrings

    Ok, another way to scan the contents of a String with several tokens (name and numbers) is to use the Scanner class's constructor that takes a String. Then use the Scanner class's methods to read...
  3. Re: Need help with Scanner/while loops/substrings

    Please edit your post and wrap your code with code tags:


    YOUR CODE GOES HERE

    to get highlighting and preserve formatting.


    If the names and numbers are on one line, the String class's...
Results 1 to 3 of 3