The following questions requires manipulation an analysis of String objects. a. Create a class named String_Manipulation with a main method. All code in parts b. - g. should be written in this method. b. Create a Scanner object to read user input from the keyboard. Name the Scanner object anything you like. 1 c. Create a String object named userStr, ask the user for a String and read the String from the user and store it in userStr.