Write a server for a client. The client sends loan information (annual interest rate, number of years and loan amount) to the server (Fig. 1). The server computes monthly payment and total payment and sends them back to the client (Fig. 2). Write your server and client applications using TCP and UDP respectively. Your server should be able to serve multiple clients at the same time (multithreading server). Five programs (Client.java, MultiThreadServer.java, DatagramClient.java, DatagramServer.java, Loan.java) are available on Blackboard under Assignments for you to modify and use. See image.
Include the following comment lines for every Java program you write
/* Lab x
* Student(s) Name:
* Brief explanations of your program
*/