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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!