So i have 2 string types 1 for last names and 1 for first names and i also have an int type for ages and the user input would be a full sentence and it would look like this: First Last Age
and i need to separate first name last name and age into separate arrays so how do i do that ?