Question: Write a JAVA method that will read in a file containing multiple lines, one string each, passed from another method. This file will contain multiple
Write a JAVA method that will read in a file containing multiple lines, one string each, passed from another method. This file will contain multiple lines. Each Sort these strings in alphabetical order (A-Z) and save them to a file OUTPUT.txt. Use scanner and IO, no buffered readers. Do not change return type or method headers.
public void Problem1(File file) {
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
