Due date: Tuesday 11/27 (individual assignment)
1) (50 points) Choose one or more classes from your code and write assertions for them. Have at least three preconditions and three postconditions. Test your program with assertions enabled to see if the assertions succeed. Turn in the source code of the class or classes. Coordinate with your teammates to avoid duplication of work.2) (50 points) Divide your project's code into parts for each person. Each person then creates a UML class diagram that precisely represents their part of the code: every class, operation, generalization, attribute or association that exists in the code must occur in the class diagram. A UML tool must be used. This diagram will be the first draft of your design class diagram.