Firstly thank you all for help me with this question, but I’m…
Question Answered step-by-step Firstly thank you all for help me with this question, but I’m… Firstly thank you all for help me with this question, but I’m looking for the answe with wpf xaml design code, not those code that had been answered on another questions.C#: generic method, Search, that searches an array using linear search algorithm. Method Search should compare the search key with each element in its array parameter until the search key is found or until the end of the array is searched. If the search key is found, return its location in the array; otherwise return -1. write with a WPF app xaml that inputs and searches an int array and a double array. Provide buttons that the user can click to randomly generate int and double values. Display the generated values so that the user knows what values he/she can search for [Hint: use (T: IComparable


