Question: Write a complete Java program called StringSlicer that uses methods to: get a String from the user at the command line populate an ArrayList of
Write a complete Java program called StringSlicer that uses methods to:
get a String from the user at the command line
populate an ArrayList of Character data (the wrapper class), with each char in the String represented as a separate Character element in the ArrayList, and
output each Character to the command line, each on a separate line.
The program should implement the "Flowchart for StringSlicer" flowchart design you created last week.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
