using System; namespace March22 { class StringEx { //Count the occurence of letter 'e' in inputed string public static int OccurOfE(String s) { int occurence = 0; for(int i = 0; i