Need help with your Discussion

Get a timely done, PLAGIARISM-FREE paper
from our highly-qualified writers!

glass
pen
clip
papers
heaphones

West Valley College Java Project

West Valley College Java Project

West Valley College Java Project

Description

Programming Project #1: Manage Items

Objectives:

Use basic Java constructs: if, switch, repetition (looping) and functions

Perform simple data type and string object manipulations

Solve problem, design solution and implement using Java

Description:

  • Write a menu-driven program named “ManageItems” that provides the following options:
  • Add new item
  • Show most expensive item

Show all items

Exit

Basically, the program allows the user to add items, keep track of the most expensive item and the list of all items.

An item simply consists of its unit price (double) and description (string)

Requirements:

  1. The program must produce the same expected output as provided.
  2. The user must enter a valid PIN which is any 6-digt only number (no alphabet or special characters or blanks)
  3. You must define and use at least 5 methods in your program
  4. You are not allowed to use array or vector to keep track of items. Please use only string and string concatenation for the list of items and use local variables and pass-by-reference parameters to keep track of the most expensive item.

Required error handling:

The program MUST perform the following checks:

Check for bad pin code and allow up to 3 trials.

Check for negative price

Check for invalid menu answer

  1. Display “no entry” when there is no item entered yet.

Example of a run output:

  1. D:>java ManageItems
  2. Welcome to the item management program.
  3. Please enter the PIN code: 12345A
    Invalid pin code. Please try it again.
    Please enter the PIN code: A12345
    Invalid pin code. Please try it again.
    Please enter the PIN code: 123456

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 2

There is no item in the list.

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 3

There is no item in the list.

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 1

  1. Please enter item description: a box of pencils
    Please enter the item’s price: 9.999
    DESC(a box of pencils) UNIT-PRICE($10.00)
  2. Item Menu:
     1. add new item
     2. show most expensive item
     3. show all items
     4. exit
    Enter your option: 1
  3. Please enter item description: eraser case
    Please enter the item’s price: 1.2345
    DESC(eraser case) UNIT-PRICE($1.23)
  4. Item Menu:
     1. add new item
     2. show most expensive item
     3. show all items
     4. exit
    Enter your option: 1

Please enter item description: ruler
Please enter the item’s price: 3.14159
DESC(ruler) UNIT-PRICE($3.14)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 3

All items:
DESC(a box of pencils) UNIT-PRICE($10.00)
DESC(eraser case) UNIT-PRICE($1.23)
DESC(ruler) UNIT-PRICE($3.14)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 2

Most expensive item: DESC(a box of pencils) UNIT-PRICE($10.00)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 1

Please enter item description: a set of notebooks
Please enter the item’s price: 5.678
DESC(a set of notebooks) UNIT-PRICE($5.68)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 3

All items:
DESC(a box of pencils) UNIT-PRICE($10.00)
DESC(eraser case) UNIT-PRICE($1.23)
DESC(ruler) UNIT-PRICE($3.14)
DESC(a set of notebooks) UNIT-PRICE($5.68)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 2

Most expensive item: DESC(a box of pencils) UNIT-PRICE($10.00)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 1

Please enter item description: C++ textbook
Please enter the item’s price: 88.777
DESC(C++ textbook) UNIT-PRICE($88.78)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 3

All items:
DESC(a box of pencils) UNIT-PRICE($10.00)
DESC(eraser case) UNIT-PRICE($1.23)
DESC(ruler) UNIT-PRICE($3.14)
DESC(a set of notebooks) UNIT-PRICE($5.68)
DESC(C++ textbook) UNIT-PRICE($88.78)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 2

Most expensive item: DESC(C++ textbook) UNIT-PRICE($88.78)

Item Menu:
 1. add new item
 2. show most expensive item
 3. show all items
 4. exit
Enter your option: 4

Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."

Order Solution Now

Our Service Charter


1. Professional & Expert Writers: Eminence Papers only hires the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of masters and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed of papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided by Eminence Papers are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. Eminence Papers are known for the timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit in all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses.

6. 24/7 Customer Support: At Eminence Papers, we have put in place a team of experts who answer all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.

We Can Write It for You! Enjoy 20% OFF on This Order. Use Code SAVE20

Stuck with your Assignment?

Enjoy 20% OFF Today
Use code SAVE20