Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PreferredCustomer Class A retail store has a preferred customer plan where customers can earn discounts on all their purchases. The amount of a customers discount

PreferredCustomer Class

A retail store has a preferred customer plan where customers can earn discounts on all their purchases. The amount of a customers discount is determined by the amount of the customers cumulative purchases in the store, as follows:

When a preferred customer spends $500, he or she gets a 5 percent discount on all future purchases.

When a preferred customer spends $1,000, he or she gets a 6 percent discount on all future purchases.

When a preferred customer spends $1,500, he or she gets a 7 percent discount on all future purchases.

When a preferred customer spends $2,000 or more, he or she gets a 10 percent discount on all future purchases.

Design a class named PreferredCustomer, which inherits from the Customer class you created in Programming Challenge 7. The PreferredCustomer class should have fields for the amount of the customers purchases and the customers discount level. Write one or more constructors and the appropriate mutator and accessor methods for the classs fields. Demonstrate the class in a simple program.

Example

Name: Julie James

Address: 123 Main Street

Telephone: 123-456-7891

Customer Number: 147-A049

Mailing List: YES

Purchases: $1456.00

Discount Level: 0.07

Advanced Java

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

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions

Question

Identify several ways to make better decisions about retirement.

Answered: 1 week ago