Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Write in Python - Dont copy a similar answer to this question on Chegg). For this program you will be writing a program that will

(Write in Python - Dont copy a similar answer to this question on Chegg).

For this program you will be writing a program 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 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.

REMEMBER to put your name on the lab with comments, and write comments in the program to tell what the program is doing.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

State the uses of job description.

Answered: 1 week ago

Question

Explain in detail the different methods of performance appraisal .

Answered: 1 week ago