How do i write a call program that converts a string of uppercase letters to a string in which the first character in the field and any other character immediately following a blank remain upper case but all other letters are converted to lower case? It has to be done in a way so that it passes a value in the first parameter and stores the converted string in the second parameter field before returing.