Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

create this Java application. Sacks Fifth Avenue is a nonprofit thrift shop. Your job is to write a program that determines which volunteer to assign

create this Java application.

image text in transcribed Sacks Fifth Avenue is a nonprofit thrift shop. Your job is to write a program that determines which volunteer to assign to price a donated item. To begin, you will prompt the user to answer a question about the type of donation. Then the program will display the donation cope and the name of the volunteer who handles such donations. Ifjan invalid code is entered, then display an error message. Assume that the user will enter a valid integer. The application should continue if the user enters "vi or "Y" to continue! CLOTHING CODE: 1 HOME DECOR CODE: 2 FURNITURE CODE: 3 KITCHENWARE CODE: 4 OTHER ITEMS CODE:5 CLOTHING PRICER: Regina HOME DECOR and FURNITURE PRICER: Sam KITCHENWARE PRICER: Julie OTHER PRICER: Mark Output: What type of donation is this? Enter 1 for clothing, 2 for home decor, 3 for furniture, 4 for kitchenware or 5 for anything else: You entered x! This is books The volunteer who will price this item is xxxx

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions