Picking one letter from string 1 (str1) in each recursive call until there is no letter remaining in string 1; then keep picking one letter from string 2 (str2) in each recursive call until there is ...