C# Program to Check the Length of Courses is More than 2 Characters Using LINQ
Given an array that contains a list of different courses like "DSA", "OS", "JavaScript", etc., now our task is to check the length of all the courses present in the given array is more than 2 characters or not with the help of LINQ. So to do our task we use the All() method of LINQ. This method retu