Problem:
Question 1- Write a program that reads the strings from file SortedStrings.txt and reports whether the strings in the files are stored in increasing order.If the strings are not sorted in the file, displays the first two strings that are out of order.
Question 2- Create a loan payment calculator in java.
Please describe the code with the help of comments.