Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

Serendipity Booksellers has a book club that awards points to its customers based on the number of books purchased each month. The points are awarded as follows: If a customer purchases 0 books, he or...

1 answer below »
Serendipity Booksellers has a book club that awards points to its customers based on the number of books purchased each month. The points are awarded as follows:
If a customer purchases 0 books, he or she earns 0 points.
If a customer purchases 1 book, he or she earns 5 points.
If a customer purchases 2 books, he or she earns 15 points.
If a customer purchases 3 books, he or she earns 30 points.
If a customer purchases 4 or more books, he or she earns 60 points.
Design a program that asks the user to enter the number of books that he or she has purchased this month and display the number of points awarded.
Answered Same Day Feb 05, 2021

Solution

Ankit answered on Feb 06 2021
146 Votes
Student Id    
                    Student Name
                    Pseudocode and Flowchart
Pseudocode
******************************************************
Declare Variables
Declare noofbooks, totalpoints
Enter number of books purchased this month
Display “enter number of books purchased this month”
Input noofbooks
if else statements
If (noofbooks == 0) then
Totalpoints=0
Display “You have earned 0 points"...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here