Select Page

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:

  1. Each brace on a separate line
  2. At most one statement on each line
  3. Consistent indentation: 3 or 4 spaces
  4. Consistent alignment
  5. Meaningful variable names
  6. Camel casing for variable names
  7. One space between tokens. Example: int intNum = 146;
  8. No Magic numbers starting on Hw03 (Numbers 1, -1 and 0 are notconsidered as magic numbers unless specified by the programs)
  9. All instance variables should be private
  10. No empty if or else block
  11. Each class must have a comment block at the top with a brief description forthe class
  12. The class comment block must have your name for tag @author
  13. The class comment block must have a date for tag @version
  14. Each constructor and method must have a comment block before the header
  15. The constructor/method comment block must have a tag @param for eachparameter
  16. The method comment block must have a tag @return if it returns a value
  17. 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

page1image63030784 page1image63031360 page1image63031552

• 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."

Order Solution Now