I. Write a pr+ogram that reads three whole numbers and displays the average of the three numbers.
2. Write a program that uses Scanneno read two strings from the keyboard. Display each string along with its length, on two separate lines. Then cre-ate a new string by joining the two strings, separated by a blank. Display the new string and its length on a third line.