Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Directions: Complete all the three programming assignments below. Please be sure to follow the programming rubric provided. Turn in three separate .py files. Be sure

image text in transcribed
Directions: Complete all the three programming assignments below. Please be sure to follow the programming rubric provided. Turn in three separate .py" files. Be sure to run your programs before submission. Color Mixer The colors red, blue, and yellow are called primary colors, because they cannot be made by mixing other colors. When you mix two primary colors, you get a secondary color, as shown here: When you mix red and blue, you get purple. When you mix red and yellow, you get orange. When you mix blue and yellow, you get green. Design a program that prompts the user to enter the names of two primary colors to mix. If the user enters anything other than "red", "blue", or "yellow", the program should display an error message. Otherwise, the program should display the name of the secondary color that results. Areas of a rectangles The area of a rectangle is the rectangle's length times it width. Write a program that asks for the length and width of two rectangles. The program should tell the user which rectangle has the greater area or if the areas are the same. Book Club Points 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 2 books, he or she earns 5 points. If a customer purchases 4 books, he or she earns 15 points. If a customer purchases 6 books, he or she earns 30 points. If a customer purchases 8 or more books, he or she earns 60 points. Write a program that asks the user to enter the number of books that he or she has purchased this month and displays the number of points rewarded

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

Students also viewed these Databases questions

Question

Find the mean of each sample in Exercise

Answered: 1 week ago