Results 1 to 2 of 2

Thread: Java question

  1. #1

    Java question

    If i declare an array in a loop, will it redeclare the array each time it loops?

  2. #2
    nevermind, i decided to use a do while loop instead of a for, and for some reason it works now...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •