Write a program to accept names of students and store them in array.Now accept a name and search it in the array by using the binary search algorithm.You can assumen that the array contains a maximum of 20 student names
Answers
Answered by
0
Program in C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
Similar questions