last_number to -1 to store the last number found.s into tokens based on spaces.last_number.
d. If the number is less than or equal to last_number, return false.
e. Update last_number with the current number.true as all numbers are strictly increasing.