Search results for query: *

  • Users: Anu
  • Content: Threads
  • Order by date
  1. Anu

    Question code help using IEnumerable

    I need to fetch the details of the students who score more the 4 marks using IEnumerable interface in C#using System; using System.Linq; using System.Collections.Generic; public class Program { public class Student { public string Name { get;set; } public decimal Avg {...
Back
Top Bottom