ajinkyabridgelabz / groovyintro

0 stars 0 forks source link

Write a Groovy script that #11

Closed ajinkyabridgelabz closed 1 year ago

ajinkyabridgelabz commented 1 year ago

1 Reads a text file specified by the user. 2 Counts the total number of words in the file. 3 Displays a frequency count of each unique word in the file.

pranalikubade commented 1 year ago

Resolved Issue