Site icon Tutor Bin

University of Central Missouri Python Program Project

University of Central Missouri Python Program Project

Description

Instructions:

You need to write one Python program per question. Each program should be written in IDLE or be IDLE compatible.

Name the program after the title of the problem.

The first three lines of each program should be a comment to include your name, date and name of the program.

Create a new folder called ch3 HW and place all your programs inside. Then zip (compress) the folder and submit the single ch3 HW zipped folder.

===============================================================================

1.Color Mixer

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.

2.Hot Dog Cookout Calculator

Assume hot dogs come in packages of 10, and hot dog buns come in packages of 8. Write a program that calculates the number of packages of hot dogs and the number of packages of hot dog buns needed for a cookout, with the minimum amount of leftovers. The program should ask the user for the number of people attending the cookout and the number of hot dogs each person will be given. The program should display the following details:

The minimum number of packages of hot dogs required

The minimum number of packages of hot dog buns required

The number of hot dogs that will be left over

The number of hot dog buns that will be left over

Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."

Exit mobile version