In this question, we will implement the binary search program. The search target value is a Class Course object. The class Course has the following member data.
In this program, we should manage 10 course objects.
Implement the full source program and show the results with the various test data.