Working with Strings
Required Reading: See Advanced Organizer
Submission requirements: Submit 3 java files corresponding to 3 programs as requested below
Pre-programs (50%):
1. Assignment6_1.java - Write a program that reads a String from the user and prints out each individual character from the String on its own line in the command line, i.e., a column instead of a row. Use System.out.println.
2. Assignment6_2.java - Do the same thing as in Assignment6_1, except print it in a column.
Main Program (50%):
1. Assignment6_main.java - Write a complete program that accepts input from the user, strips any spaces or punctuation, then sorts the characters. For example, input is "I Love Java" would output "aaeLov".
Start Date: Sep 26, 2016 12:00 AM
Due Date: Oct 16, 2016 11:30 PM
Submit Files:
Files to submit: 0 files to submit
After uploading, you must click Submit to complete the submission.