Question: Lab 8: One-Dimensional Arrays Directions: In Eclipse, create a new Java project called labs (if asked, do NOT create a module!). You will be creating

 Lab 8: One-Dimensional Arrays Directions: In Eclipse, create a new Java

Lab 8: One-Dimensional Arrays Directions: In Eclipse, create a new Java project called labs (if asked, do NOT create a module!). You will be creating a Words class. Write a class called Words, which consists of a single instance variable wordArray, an array of String objects. Aside from the main() method, the class should contain a getNext() method, which returns a random word from the wordArray instance variable and updates wordArray so that it no longer contains the chosen word. If there are no words in the array, it should return the string "NONE". For example, if the main() consisted of the following public static void main(String [] args) \{ String[] stringArray = \{"the", "quick", "brown", "fox" }; Words wordArray = new Words (stringArray); for (int i=0;i

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!