Using NetBeans make a Client / Server application
A newly established family guesthouse wants to have its customer invoices calculated andprepared automatically. As a software developer, you have been asked to develop thatsoftware. The software will be based on a client-server architecture where the receptionistwill 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 theroom rate and calculating algorithms. The room rates will be different for the single bed, twinbed and double bed. Customers can get a discount according to the number of days s/he isplanning 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 givenDevelop the software using socket programming concept (graphical user interface is notrequired) 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 serverwhere they will be used to calculate the invoice. The server will then do the necessarycalculations and then send the calculated expected invoice (without discount), the room rateused, any discount given, and the final invoice after discount back to the client for display
please add comments regarding everything when and where ever it's possible thank you.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here