Write a method named longestWord that accepts a String as its parameter and returns the length of the longest word in the string.
A word is a sequence of one or more non-space characters (any character other than the space character).
You may assume that the string doesn't contain any other white-space characters such as tabs or newlines