CREATE A JSP using JAVA to calculate the following: The user should input length, width, height, weight, and zone. Di

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

CREATE A JSP using JAVA to calculate the following: The user should input length, width, height, weight, and zone. Di

Post by answerhappygod »

CREATE A JSP using JAVA to calculate the following: The user should input length, width, height, weight, and zone. Dimensions are in inches. Weight is in pounds. The zone should be 1-4. The form input fields should be mapped to bean properties using the "*". The calculation should be as shown below. length x width x height: use 1 if less than 288, 1.5 if larger. weight: use 1 if less than 10 pounds, 1.5 if larger. zone: use the zone value as is postage: $10 x dimension factor x weight factor x zone factor For example, suppose the dimensions are 8x8x12, the weight is 15 pounds, the zone is 2. Then the postage is $10 x 1.5 x 1.5 x 2 = $45
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply