JAVA PROGRAM
Create an app that people can use to search all the t-shirtsin my store based on size, price range, and brand. Asyou'll see from my inventory I stock a range of brands (my brandrange sometimes changes). My sizing is fixed though, with sizesbeing XS - extra small, S - small, M - medium, L - large, XL -extra large, 2XL, 3XL and 4XL.
I want users to be able to view all the t-shirts in myinventory that meet their search criteria in the followingformat:
Users should be able to choose any one of them. If they wantto place an order, they must provide their full name, as well astheir phone number and/or email address. These details should bewritten to a file, with the details of the t-shirt they wish toorder, in the following format:
Part 1
Create a simple class named Geek. It shouldcontain the following:
Part 2
Create an Enum named Size. Itshould contain the following:
Part 3
Create a class named TShirt. It should contain thefollowing:
Part 4
Create a class named Inventory. It should containthe following:
inventory.txt contains all the data you need tocomplete this task.
JAVA PROGRAM Create an app that people can use to search all the t-shirts in my store based on size, price range, and br
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am