longest string write a program that takes two strings and returns the longest string. if they are the same length then return the second string. ex. if the input is: almond pistachio the output is: pistachio