Computer Science Homework Help
University of Central Missouri Unit Testing Computer Science Questions
A) Define a complex class and overload the following operators: +,-,*,/,=,<,<=. Do unit testing of your code.
B) Create a university class that has some students in it. Create indexers to allow you to search by:
1. StudentId
2. FirstName
3. LastName
4. Test1Score
5. test2Score
note: There could be more than one match for four of these categories. In that case, the indexer should return an array of students.