..1 Verizon 5:34 PM learn.vccs.edu Answers to the following questions can be found or determined by reading Chapter 2 in the textbook. Unless otherwise stated. each s worth5 are used to document a program and improve its readablity 2, A decision can be made iaJava program with ao 3. The arithmetic operators with the same precedence as multiplication areand set of parentheses is 4When parentheses in an arithmetic expression are nested, the evaluated first 5. A location in the computer's memory that may contain different values at various times throughout the execution of a program, is called a(n) 6. Write a Java statement to display the message "Enter a value: .leaving the cursor on the 7. Write a Java statement to assign the product of variables b and e to variable a 8. Which of the following are valid variable names? n9m, 8p7,_hello, asb, and $10 9.State the order of evaluation of the operators in this Java statement, and show the value of x after the statement is performed x7+362-1 10. State the order of evaluation of the operators in this Java staternent, and show the value of x after the statement is performed x-22+2*2-22 11State the order of evaluation of the operators in this Java statement, and show the value of after the statement is performed 12. Write a Java application in a file named LargestAndSmallest.java that reads five integers and prints the largest and smallest integers in the group. Upload the Java source tie to Blackboard. (15 points 3. Write a Java application in a file named OddorEven. java that reads an integer and determines and prints whether it's odd or even. (Hint: Use the remainder operator. An even number is a multiple of 2. Any multiple of 2 leaves a remainder O when divided by 2.) Upload the Java source file to Blackboard.(15 points) 14. Write a Java application in a file named Numbers-java at inputs five nmbers and determines and prints the number of negative numbers input, the number of positive numbers input, and the number of zeros iputUpload the Java source file to Blackboard (15 points)