Question: Write a program that creates a String Array List. Continually prompt the user for Strings to add to the list until the user enters a
Write a program that creates a String Array List. Continually prompt the user for Strings to add to the list until the user enters a sentinel value. Display the Strings in a single line separated by commas and ending with a period. Save the file as CommaPlacement.java.
Step by Step Solution
3.40 Rating (175 Votes )
There are 3 Steps involved in it
import javautil public class CommaPlacement public ... View full answer
Get step-by-step solutions from verified subject matter experts
