Practice with decisions (if, switch) in Java. More practice implementing classes based on a given specification.
SVN Repositories
view to check out this project. EmailValidator
Bid
, including getValue()
, isValid()
, and 100% test coverage
getNumericGrade1(String)
. This should use either if
s or if-else
s, whichever is more appropriate.getNumericGrade2(String)
. Change your code to use at least one switch
statement.
Remember, in all your code:
Here is the grading rubric for this assignment. |
Turn in your programming work by committing it to your SVN repository.