I need to take in a sentence and break it up based on the individual words.
I've been googling for probably 30+ minutes to 60 ish and I feel it's time I get some help on this one..
Ideally, there should be a way to break up a string possible using white spaces as a delimiter that isn't going to limit the length of the sentence (like a character array would) while allowing me to send the individual words to a pre-existing method I created which can change individual words into pig latin. I just don't know how I'd go about doing this..
(Sorry if I am breaking any rules here, although it is the same project, it is a different issue I figured this would be a better way to go about it)