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 »
please write a pseudocode program and flow chart for same program using (If, else , and)statement i will attach the examples to explain what i mean. in document form i attached my question to write the program for also attached the examples in it .


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 DayFeb 05, 2021

Answer To: Serendipity Booksellers has a book club that awards points to its customers based on the number of...

Ankit answered on Feb 06 2021
145 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