Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,340

    Re: inFile reader into 7 arrays

    You can print out the contents of an array. Depending on the data type. There are methods to convert most data types to Strings so you can print them.

    There is a method in the Arrays class...
  2. Replies
    3
    Views
    1,340

    Re: inFile reader into 7 arrays

    Your terminology is weird. arrays hold data, they do not print.
    If you mean that you want an array to hold integers,
    define an int array and an int variable that will be an index to that array....
Results 1 to 2 of 2