Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment: 1: The colors red, blue, and yellow are known as the primary colors because they cannot be made by mixing other colors. When you

Assignment: 1: 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, 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. (15 points)

2: In mathematics, the notation n! represents the factorial of the nonnegative integer n. The factorial of n is the product of all the nonnegative integers from 1 to n. For example, 7 ! = 1 2 3 4 5 6 7 = 5 , 040 and 4 ! = 1 2 3 4 = 24 Write a program that lets the user enter a nonnegative integer then uses a loop to calculate the factorial of that number. Display the factorial. (15 points) To submit your assignment: Submit your source code file for each program (*.py), please name the .py file using the name LNameFnameM#_M#Ex# (using your name). Submit screen shots demonstrating your program works correctly. Any program that requires user input should be run a minimum of three times with varying test values. Screenshots may be embedded in a document for submission or submitted individually.

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

How To Make A Database In Historical Studies

Authors: Tiago Luis Gil

1st Edition

3030782409, 978-3030782405

More Books

Students also viewed these Databases questions

Question

What are the paralegal's duties in preparing for the jury process?

Answered: 1 week ago

Question

Methods of Delivery Guidelines for

Answered: 1 week ago