using System; using System.Collections.Generic; using System.Text; namespace LoopsandArrays { class Program { static void Main(string[] args) { //Call the Display Class Display display = new Display(); } } }