1. (string Concatenation) Write a program that separately inputs a first name and a last name and concatenates the two into a new string. Show two techniques for accomplishing this task.
2. (Counting Vowels) Write a program that counts the total number of vowels in a sentence. Output the frequency of each vowel.