Module 1 Grading Guideline Modules should be graded by either loading the interactions history into the DrJava interactions pane or by examining the contents of the file manually. Point breakdown: [8 points] Question 1 There is at least one arithmetic expression with whole numbers in the script. [8 points] Question 2 There is a division of two integers that returns the "correct" result. [8 points] Question 3 There is a division of two integers that would normally result in a fractional answer. [8 points] Question 4 The expression from Question 3 is re-entered as floating point numbers. [8 points] Question 5 There is a System.out.println for each of the above expressions. 2 points should be awarded for each of the 4 above expressions in a println statement. [8 points] Question 6 There is a System.out.println that prints out the student's name. If it prints out my name, award 0 points. [8 points] Question 7 There is a System.out.println statement that prints out text and the value of an expression. [8 points] Question 8 There is an expression written that solves the problem of how long it would take to travel 770 miles at 60 mph. (4 points) There is also an expression that solves the problem for 70 mph. (4 points) [8 points] Question 9 A variable is created of type String that holds the student's name. (4 points) The name is assigned the correct value. (4 points) [9 points] Question 10 There is a System.out.println statement that prints out the value of the variable created above. [9 points] Question 11 There is a variable declared of an appropriate type (2 points) with an appropriate name (2 points) for the number of members in a family. ' This variable should be assigned a value. (4 points) [10 points] Submission instructions followed File named Module1.hist was submitted. Filename including capitalization must be exact. If file submitted with another name, award 0 points.