Write program Dictionary.java Dictionary is using a command line… Write program Dictionary.javaDictionary is using a command lineFor examp
Write program Dictionary.java Dictionary is using a command line… Write program Dictionary.javaDictionary is using a command lineFor example: java Dictionary A M K W ———This is default i.e. case sensitive.or java Dictionary -c A b a B m M ————— Here -c is case sensitive option.The program should count how manyunder command java Dictionary A M K WA wordsM wordsK wordsW words etcUnder Command java Dictionary A b a B m WA wordsb wordsa wordsB wordsm wordsW words etcin any dictionary on the planet.Output example:Number of A words:89000Number of M words:42980Number of K words:46000Output example:Number of A words:23000Number of b words:34000Number of a words:234000Number of B words:56000C or c words can be counted too. Computer Science Engineering & Technology Java Programming COMPUTER computer Share QuestionEmailCopy link


