Java Do the following: a. Write a Java method named readWords2 that allows the user to enter five words one by one via the keyboard and save them in a suitable data structure. You should select the right data structure so that no duplicated words are saved even if the user enters them. The main method will call this method to get the word list; b. Write a method named displayWords2 that displays all words in the above word list one by one using an iterator; c. Then in the main method, call readWords2 to get the word list, display the words in the word list by calling displayWords2;

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 4GZ
icon
Related questions
Question

Java

Do the following:
a. Write a Java method named readWords2 that allows the user to enter five words one by one via the keyboard and
save them in a suitable data structure. You should select the right data structure so that no duplicated words are saved even
if the user enters them. The main method will call this method to get the word list;
b. Write a method named displayWords2 that displays all words in the above word list one by one using an iterator;
c. Then in the main method, call readWords2 to get the word list, display the words in the word list by calling
displayWords2;

Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT