153k views
2 votes
In this project, you will build a web-based shopping cart similar to what we have been doing the entire semester. The software should allow a shopper to buy at least three items from each of the categories listed below and calculate the total cost. The total cost will include the cost of the items and the shipping costs. Shipping costs are calculated at 0.2% of the cost of each item. Gift Cards Mastercard Gift Card. $100.00 Amazon eGift Card. $50.00 Visa Gift Card. $200.00 Uber Gift Card. $25.00 Toys and Games Bubble Blower for Children. $12.99 Pandemic Board Game. $16.00 Maracas. $16.15 Pokémon Assorted Cards. $8.50 Cell Phones and Accessories Waterproof Case. $12.99 USB Wall Charger. $10.99 Car Phone Mount. $24.95 Apple MagSafe Charger. $34.00 Software Microsoft 365 Personal. $58.99 Adobe Creative Cloud Photograph Plan. $9.99 Norton 360 Deluxe 2021. $34.99 QuickBooks Desktop. $199.99 Patio, Lawn and Garden Mosquito Repeller. $19.58 Folding Chair. $63.96 Fly Swatter. $5.89 Camping Hammock. $19.54

Before a user buys items, the user must enter his/her name and mailing address. After the user has bought all the items, the software should display to the user: The name of the most expensive item bought. The total number of items bought. The total cost of items including shipping costs The mailing address. An example run of the software should look something like: Dear Jane Doe. Your most expensive item is a Visa Gift Card at a cost of $200.00. You bought 15 items. The total cost of the items are $xyz. The items will be shipped to 2801 W Bancroft Street, Toledo OH 43606.

Please use NetBeans and tomcat java code.

User Rok Povsic
by
9.1k points

1 Answer

7 votes

To build a web-based shopping cart similar to what you have been doing, you can use NetBeans and Tomcat with Java code. The software should allow a shopper to buy items from different categories and calculate the total cost, which includes the cost of the items as well as the shipping costs. After the user has bought all the items, the software should display relevant information such as the name of the most expensive item, the total number of items bought, the total cost of items including shipping costs, and the mailing address.

To build a web-based shopping cart similar to what you have been doing, you can use NetBeans and Tomcat with Java code. The software should allow a shopper to buy items from different categories and calculate the total cost, which includes the cost of the items as well as the shipping costs. The shipping costs are calculated at 0.2% of the cost of each item.

Before a user buys items, they should enter their name and mailing address. After the user has bought all the items, the software should display the name of the most expensive item, the total number of items bought, the total cost of items including shipping costs, and the mailing address.

For example, Dear Jane Doe. Your most expensive item is a Visa Gift Card at a cost of $200.00. You bought 15 items. The total cost of the items is $xyz. The items will be shipped to 2801 W Bancroft Street, Toledo OH 43606.

User SubZero
by
8.1k points