Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Pet Store 2 COMP 1 6 3 January 1 7 , 2 0 2 4 Create a program that allows for the setup of the

Pet Store 2
COMP163
January 17,2024
Create a program that allows for the setup of the price of pets by caatigory.
1 The Challenge
Create a list named "pets"
The elements of pets
Canine
Feline
Reptile
Create an empty dictionary named "inventory"
Display a header "Welcome to the Aggie Pet Store"
Welcome to the Aggie Pet Store
Prompt for number of pet types per category. Enter pet type and cost.
1
#inbox/QgrcJHsBpWmTCLVQgSCxQzGPBKHtrnbhKZL?projector=1&messagePartld=0.3
How many Canine would you like to enter: 2
What is the type of Canine: Pit
What is the price per Pit: 125
What is the type of Canine: Terrior
What is the price per Terrior: 90.4
How many Feline would you like to enter: 3
What is the type of Feline: Tabby
What is the price per Tabby: 40
What is the type of Feline: Mane coon
What is the price per Mane Coon: 2000
What is the type of Feline: Sphynx
What is the price per Sphynx: 3594.25
How many Reptile would you like to enter: 3
What is the type of Reptile: Corn
What is the price per Corn: 85
What is the type of Reptile: Rat
What is the price per Rat: 55.3
What is the type of Reptile: Boa
What is the price per Boa: 125.80
Populate inventory with the entered data
2 Output
Display "We offer the following pets"
Display each category as a header
Display tabbed each type of pet and price, for each category
Page
2
3
2
We offer the following pets
Canine :
Pit at a cost of $125.00.
Terrior at a cost of $90.40.
Feline :
Tabby at a cost of $40.00.
Mane coon at a cost of $2,000.00.
Sphynx at a cost of $3,594.25.
Reptile :
Corn at a cost of $85.00.
Rat at a cost of $55.30.
Boa at a cost of $125.80.
3 Hint
A lists and dictionaries can contain lists and dictionaries
dictionary in a dictionary
{'Canine': {'Bob': 18.0, 'Sally': 18.0, 'Fred': 19.0}, 'Feline': {'NCCU': 7000.0, 'NCAT': 15000.0
image text in transcribed

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_2

Step: 3

blur-text-image_3

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

Database And Expert Systems Applications 15th International Conference Dexa 2004 Zaragoza Spain August 30 September 3 2004 Proceedings Lncs 3180

Authors: Fernando Galindo ,Makoto Takizawa ,Roland Traunmuller

2004th Edition

3540229361, 978-3540229360

More Books

Students also viewed these Databases questions