Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

use python code Auto-Graded Programming Project 2 Unlimited tries The colors red, blue, and yellow are known as the primary colors because they cannot



 

use python code 

 



Auto-Graded Programming Project 2


Unlimited tries

The colors red, blue, and yellow are known as the primary colors because they cannot be made by mixing other colors. When you mix two primary colors, you get a secondary color:



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.



create a program that prompts the user to enter the names of two primary colors, one at a time. If the user enters anything other than "red," "blue," or "yellow," the program should print "You didn't input two primary colors." Otherwise, it should print a message in the following format: "When you mix red and blue, you get purple." (Assuming the user entered "red" and "blue".)



Look carefully at the following sample runs of the program. In particular, notice the wording of the messages and the placement of spaces, colons, and punctuation. Your program's output must match this.



Sample Run (User input shown in bold)



Enter primary color:


red



Enter primary color:


blue



When you mix red and blue, you get purple



Sample Run (User input shown in bold)



Enter primary color:


teal



Enter primary color:


orange



You didn't input two primary colors.




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

Understanding Business Ethics

Authors: Peter A. Stanwick, Sarah D. Stanwick

3rd Edition

1506303234, 9781506303239

More Books

Students also viewed these Algorithms questions

Question

What committees does the person serve on?

Answered: 1 week ago