Assume an interactive Java program which asks the user for h…
Assume an interactive Java program which asks the user for his/her first name and last name, and outputs the user’s initials. For the program to get a name interactively a Scanner object must be instantiated. Write the Java statement to do this.