Home /
Expert Answers /
Computer Science /
i-need-to-create-a-mini-client-console-application-with-a-large-number-of-clients-and-implement-the-pa496
(Solved): I need to create a mini client console application with a large number of clients and implement the ...
I need to create a mini client console application with a large number of clients and implement the LINQ query to get the required results. Could you help me on this matter? *I need to create customer class with the following attributes like id, first name, last name and date of birth. I need to save 7 customers into the array * I need to write a method that can take the id from the user as input, search for the customer from the customer array and return the first and last name of that customer, otherwise return the message "Customer does not exist". * I need to write a method that can take the user's name as input and search for the customer from the customer array and return the customer's date of birth * I need to write a method that sorts the customer array by name and prints the result