Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For this program you will be writing a program in PYTHON that will use if-else or if-elif-else statements. Read-It-All bookstore has a book sales club

For this program you will be writing a program in PYTHON that will use if-else or if-elif-else statements.

Read-It-All bookstore has a book sales club where customers can earn reward points that can be used for their next purchase.

If a customer purchases 0 books, he/she earns 0 points.

If a customer purchases 1-2 books, he/she earns 5 points.

If a customer purchases 3-4 books, he/she earns 10 points.

If a customer purchases 5-6 books, he/she earns 15 points.

If a customer purchases 7-8 books, he/she earns 20 points.

If a customer purchases 9 or more books, he/she earns 25 points.

Write a program in PYTHON that asks the user to enter their name (First and last name), and the number of books that he or she has purchased this month and displays their name and the number of points they have earned for the month.

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

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions