Write an application that uses an array to store 10


Write an application that uses an Array to store 10 messages of type String. You will store this Array with 10 messages of your choosing. For example, a message could be "I love Java the programming language!" or another message could be "I love Java the drink!" : You may initialize your Array with the messages or have the user enter the messages. The choice is yours. Your Java code will contain a method called shoutOutCannedMessage() that will loop through the Array to iterate through your entire list and display each message and allow the user to select one. The shoutOutCannedMessage() will return the selected message String.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write an application that uses an array to store 10
Reference No:- TGS0663651

Expected delivery within 24 Hours