Answered You can hire a professional tutor to get the answer.
Given the String object called myString with the value quot;Coding is fun!quot; answer questions 1 through 3. Question #1: Write a statement that...
Given the String object called myString with the value "Coding is fun!" answer questions 1 through 3.
Question #1: Write a statement that will output (System.out) the number of characters in the string.
Question #2: Write a statement that output the index of the character 'd'.
Question #3: Write a statement that uses the original string to extract the new string "fun" and prints it to the screen.