Question: Help in java! Create a program that will input the first 100 words from the file words.txt (this HAS duplicates, but not in the first
Help in java!
Create a program that will input the first 100 words from the file words.txt (this HAS duplicates, but not in the first 100 words). You will then pass each word to a hash function and compute its hash value like this:
(the ascii value of the first character plus the ascii value of the second character ) mod 121.
The number appearing before the string is the loop number, then comes the word, then the hash value.
words.txt:
noncollectable
reallocation
drenching
obnoxious
venality
dybbuk
shotgun
changelessly
handiwork
unheralded
dovecote
anode
spellbind
psychologist
improvisational
prejudiced
apply
pokey
HashValuesAnswers.doc:
0 noncollectable 100
There is alot of words! Only print the first 100 words! please. Output has to look like the the one in the hashvalue document. Do not put hasvalue document in the code! Only print the first 100 and print the loop number word and hash value! keep it simple!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
