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

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

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

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply