Esempio n. 1
0
        static void Main(string[] args)
        {
            HashTable hashTable = new HashTable();

            Console.WriteLine($"Frequency of \"{hashTable.WordToCheck}\" is {hashTable.FindFrequencyOfWord()}");
        }