Note: Your programmin student g assignments require individual work and effort to be of any benefit. Every must work independently on his or her assignments. This means that every student must ensure tha neither a soft copy nor a hard copy of their work gets into the hands of another student. Sharing your with others in any way is NOT permited. Also finding someone to write your program or using web sites are NOT permitted. Violations of the University Academic Integrity policy will not be ignored. The university academic integrity poliey is found at htp/www.asu. chu studenafair studentlifejiadicial academi Important Note: All submitted assignments must begin with the descriptive comment block. To avoid losing trivial points, make sure this comment header is included in every assignment you submit, and that it is updated accordingly from assignment to assignment Reasonably good amount of comments should be added in your program so that it is easy for other people to understand it. Please see the comment style in the textbook Part l: Exercises (6 pts) Note: The answers to the following questions should be typed in the block of comments in the Assignemnt2.java file. Please make sure they are commented out (green). Type them neatly and make them easy to read for the graders. Given the String object called myString with the value "Coding is fun!" answer questions 1 through 3. Question #1 (1pt): write a statement that will output (System.out) the number of characters in the string Question #2 (1pt): write a statement that output the index of the character . d". Question #3 (1 pt): write statement that uses the original string to extract the new string "fun" and prints it to the screen Question # 4 (2 pts). What do the following expressions evaluate to in lava given int x " 3, y = 6; a) x-= y / 2