Question completion Statue Moving to another question will save this response Question 27 of 10 Question 27 2 points Sant Awet What are the values of x and y after the following statements are executed? int x - 20. Y - 93 Ox=30, y - 10 Ox-30, y = 9 Ox-29, y = 9 Ox=29. y - 10 Question 27 of 40 1) A Moving to another question will save this response. Type here to search OBA Ques Question 28 5po What is the statement x++; shorthand for? For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac). BIUS Paragraph V Arial A OWE A Moving to another question will save this response. Moving to another question will save this response. Question 29 of 40% Question 29 2 points Save Answer escape sequence in the print To display the next line of output on a separate line, you can use the printin method or use the method. OV Out Ob O in 1 A Moving to another question will save this response. Question 29 of 40 Type here to search 30 of 40 Question 30 2 points Save Answer If atri and str2 are both String variables, which of the following expressions correctly determines whether or not they are equal? strl + str2 atrl - str2 Ostri.equals(str2) O str str2 Moving to another question will save this response. Question 30 of 40 Type here to search O HI A Moving to another question will save this response Question 31 of 40 Question 31 2 points Save Answer Every Java application program must have O a method named main integer variables O a class named MAIN O at least two data types Moving to another question will save this response. Question 31 of 40 o Type here to search H O I TH Remaining Time: 19 minutes, 54 seconds Less than half of the time remains Question Completion Status: Moving to another question will save this response. Question 32 of 40 Question 32 2 points Save Answer A Java source file must be saved with the extension Ojava O class Osrc O .object Moving to another question will save this response. Question 32 of 40 Type here to search O o Question 33 5 points Seven What changes) can you make to the following code to accept any of the following as valid input Yes, yes, yes. Yes, yes. YES. No, no, no 1 public static void main(String[] args) String input; Scanner keyboard = new Scanner(System.in); ba 5 6 7 8 10 11 12 13 14 15 16 17 18 // Prompt the user to enter "Yes" or "No System.out.print("Enter [Yes] or [No]: "); input - keyboard.nextLine(); if (input.equals ("Yes")) System.out.println("You said yes. "); } else if (input.equals ("No")) System.out.println("You said no. "); else System.out.println("Invalid input. "); 19) For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac). BUS Paragraph Arial V V 14px