Muscat College wants to maintain the students' record using a CodeBlocks Program. They want to add a module of searching in this program so as to search any particular students' information quickly by using Binary Search Technique. The database hasStudent_ID (int),Name,Grade (A/B/C), andPassing_Year(int) fields in each students' information. Write a C++ program to search a student information usingStudent_ID. The database is in order. If the searched product is found, then display product information otherwise display “Product not find “.1) Creating a structure for a Students' record.2)Accepting inputs (entering students' details) through keyboard at runtime for maximum20 students.3) Search (using Binary Search) a particular record based on the field studen_ID4) Show an error if the record is not found5) Show the position of the record found.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here