CS 46A Arizona State University Write Several Static Methods Lab Report
Question Description
Please writing the code and use the code check link to check your answer.
Rubric:
- Each brace on a separate line
- At most one statement on each line
- Consistent indentation: 3 or 4 spaces
- Consistent alignment
- Meaningful variable names
- Camel casing for variable names
- One space between tokens. Example: int intNum = 146;
- No Magic numbers starting on Hw03 (Numbers 1, -1 and 0 are notconsidered as magic numbers unless specified by the programs)
- All instance variables should be private
- No empty if or else block
- Each class must have a comment block at the top with a brief description forthe class
- The class comment block must have your name for tag @author
- The class comment block must have a date for tag @version
- Each constructor and method must have a comment block before the header
- The constructor/method comment block must have a tag @param for eachparameter
- The method comment block must have a tag @return if it returns a value
- Following the default comment block style in BlueJ
Checking style for final:
-0.5 for each style violation for each file Mark all style violation
Take off at most 1 point for each file
Enter Math.round(score/3.0) to the draft of Hw10 For example, enter 5 for draft if the score is 16 Enter 6 for draft if the score is 17
——————————————————————- 9a final
- -0.5: did not go backwards for indexOfLast() for the array
- -0.5: did not go backwards for indexOfLast() for the array list
- -0.5: did not use the enhanced for loop for the min() method for the array list9b final
- -1: method indexOf() is not private
- -0.5: did not call indexOf() inside method add()
- -0.5: did not call indexOf() inside method remove()9c final
Note: 2 is a magic number ——————————————————————- If you see anything else that does not look right, ask.
"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."