educational course/tutorialoutlet.com educational course/tutorialoutlet.com | Page 95

all canned messages and allow the user to select one . The shoutOutCannedMessage () will return the selected message String . Document your shoutOutCannedMessage () method to explain the code . Method shoutOutRandomMessage () method will return type String . The shoutOutRandomMessage () will use several Arrays or an ArrayList to store words . You will have one data structure that holds a list of words that are subjects , another data structure that holds a list of words that are objects , another that holds a list of verbs , another that holds a list of adverbs , and another that holds a list of adjectives . You can initialize your data structures with words or have the user enter the words . The choice is yours . The shoutOutRandomMessage () method will use a random number generator that selects one word from each data structure to form a random message . The shoutOutRandomMessage () method will return the random message as a String data type . Random messages will be of the following form : Subject - Verb Adjective - Object - Adverb . Document your shoutOutRandomMessage () method to explain the code . This milestone is graded with the Milestone Four Rubric . Feedback should be incorporated into the final project as warranted . Final Submission : Virtual World Java Application In Module Nine , you will submit all classes for the Virtual World Java application . It should be a complete artifact , free of compiler and runtime errors , and contain all of the critical elements of the final product . You will submit the following completed classes in addition to a class that tests them : MyClone , ShoutBox , the class you designed , and a test class . In your test class you will have a