Question: use java make sure it is works 1. Write a program that allows a user to input words at the command line. Your program should
use java
make sure it is works
1. Write a program that allows a user to input words at the command line. Your program should stop accepting words when the user enters "STOP". Store the words in an ArrayList. The word STOP should not be stored in the list.
Next, your program should loop through the list and print out only the words that contain the letter "a".
Sample Run:
Please enter words, enter STOP to stop the loop. dog zebra cat fish STOP zebra cat
Note: For this activity, you must use the class name, Main and the method, main.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
