Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

- Explanation of the methods/keywords/concept and logic in your own words - Client side Java code with proper format - Server side Java code with

- Explanation of the methods/keywords/concept and logic in your own words
- Client side Java code with proper format
- Server side Java code with proper format
- Client side output with screenshot
- Sever side output with screenshot
image text in transcribed
Task 2: Client /Server application A newly established family guesthouse wants to have its customer invoices calculated and prepared automatically. As a software developer, you have been asked to develop that software. The software will be based on a client-server architecture where the receptionist will be able to enter the request of the customer which should include the customer ID, customer name, customer phone number, room type, and number of days. The room type, and number of days will then be sent the server for the invoice calculations as it holds the room rate and calculating algorithms. The room rates will be different for the single bed, twin bed and double bed. Customers can get a discount according to the number of days s/he is planning to stay. The discounting scheme is given below. If the number of days is 2 or less, then no discount will be given . If the number of days is more than 2 but less than 5, then a 5% discount will be given . If the number of days is 5 or more, then a 10 % discount will be given Develop the software using socket programming concept (graphical user interface is not required) that will allow the receptionist (client side) to enter all the required information. The room type and number of days from the client side will then be forwarded to the server where they will be used to calculate the invoice. The server will then do the necessary calculations and then send the calculated expected invoice (without discount), the room rate used, any discount given, and the final invoice after discount back to the client for display. (35 Marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions

Question

1. Find the exact value of cos(x + y) if 5 3 sin(x) = cos(y) 0

Answered: 1 week ago

Question

Q.No.1 Explain Large scale map ? Q.No.2 Explain small scale map ?

Answered: 1 week ago

Question

1. Signs and symbols of the map Briefly by box ?

Answered: 1 week ago