Create the ShoutBox class for your Virtual World
Milestone FourCreate the ShoutBox class for your Virtual World. Your ShoutBox class will have two methods: Method shoutOutCannedMessage() will return type String. The shoutOutCannedMessage will use an an ArrayList to store 10 messages of type String. Use a HashMap for the data structure. You can load this data structure with 10 messages of your choosing. […]