using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IEnumerable_vs_IEnumerator { class Program { static void Main(string[] args) { List<string> WeekD…