Java, (arrays, random)

profileSmUkc2o

Java (basic intro level-so I can understand the code)

 

Create a Java Method shoutOutCannedMessage() will return type String.

 

The shoutOutCannedMessage will use an Array or an ArrayList to store 10 messages of type String.

Load this data structure with 10 messages of your choosing.

 

You can initialize your Array or ArrayList with the messages "readysetgo".

The shoutOutCannedMessage() will loop through the data structure to first display all canned messages and allow the user to select one.

 

The shoutOutCannedMessage() will return the selected message String.

The shoutOutRandomMessage() method will return type String.

The shoutOutRandomMessage() will use several Arrays or an ArrayList to store words.

 

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.

 

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 form: Subject - Verb - Adjective - Object - Adverb.

 

Please document the code for the, shoutOutRandomMessage() method to explain the code for understanding and provide output...

thanks,

Comments

    • 11 years ago
    • 10
    Answer(1)

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      java_-_shoutbox_class.zip