Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Help me with each step please. In Java programming! Sacks Fifth Avenue is a nonprofit thrift shop. Your job is to write a program that

Help me with each step please. In Java programming!

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 type and the name of the volunteer who handles such donations. If an 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 "y" 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 i for clothing. 2 for home decor. 3 for furniture, A for kitchenware or 5 for anything else: You entered x This is good 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

Step: 3

blur-text-image

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

Question

What is operatiing system?

Answered: 1 week ago