Given String "5 6 7 8 9 2 3 " how do you use a while loop or for loop to cycle through each number without repeating the string (as a while loop would)?