Challenge: Searching a String
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
You are given a string and you have to find the first three-letter word in that string. The only condition is that the word must consist of all ...