Question: I need help creating a server and client java program based off the sample codes provided. I also provided my java code and a photo

I need help creating a server and client java program based off the sample codes provided. I also provided my java code and a photo of what the output should look like.
1. Write a Loan Calculator Server program to compute the monthly payment information according to the required loan data provided by a client such as loan years, loan amount, loan monthly interest rate.
2. Write a client program to connect to the Server and provides the required loan data (e.g.,years, amount, monthly interest rate) and then display the monthly payment information received from the Server.
3. Both programs have to use the TCP service, not UDP service.
4. The Server program has to display all the loan prompt messages (e.g., years, amount, monthly interest rate) and the calculated monthly payment data send to the client.
5. The Client program has to display all the loan prompt messages and the calculated monthly payment data received from the server.
6.To keep the programs simple, you are not required to provide the Do you want to try again:
I need help creating a server and client java

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!