Project 2 nts Due Saturday by 11:59pm Points 100 Submitting a fle upload Avalable after Jan 18 at 12am Presume that you are working for a shipping company. Design a program that calculates the total shipping charge required to ship a package based on weight and distance traveled. For the project use the chart below: weight / Zone Chart Weight Zone 1 Zone 2 Zone 3 S pounds 6.00 700 8.00 S pounds and 10 Pounds 10 pounds 8.00 10.00 12.00 10.00 15.00 20.00 Ask the user for two inputs, weight and zone. Cakculate the fee based on the user input. Test data Weight Zone Cost 12 2 15 Submit your Pythen (avl programming solution through Canvas.
Project 2 nts Due Saturday by 11:59pm Points 100 Submitting a fle upload Avalable after Jan 18 at 12am Presume that you are working for a shipping company. Design a program that calculates the total shipping charge required to ship a package based on weight and distance traveled. For the project use the chart below: weight / Zone Chart Weight Zone 1 Zone 2 Zone 3 S pounds 6.00 700 8.00 S pounds and 10 Pounds 10 pounds 8.00 10.00 12.00 10.00 15.00 20.00 Ask the user for two inputs, weight and zone. Cakculate the fee based on the user input. Test data Weight Zone Cost 12 2 15 Submit your Pythen (avl programming solution through Canvas.
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
IN PYTHON PLEASE <3

Transcribed Image Text:ksingh6671's MyValley - Kalamaz x
KV Project 2
+
A kalamazoo.instructure.com/courses/11788/assignments/206472
I Apps
© Google
a Amazon.com. Spen.
E Reading list
YouTube
y! Yahoo
Netflix
KV Kalamazoo Valley C.
= CIS150-Adams-W22 > Assignments > Project 2
M Immersive Reader
KV
Winter 2022
Project 2
Start Assignment
Account
Home
Announcements
Due Saturday by 11:59pm
Points 100
Submitting a file upload
Available after Jan 18 at 12am
Dashboard
Assignments
Grades
Presume that you are working for a shipping company.
Courses
People
Design a program that calculates the total shipping charge required to ship a package based on weight and distance traveled.
Calendar
Pages
For the project use the chart below:
Files
Weight / Zone Chart
Inbox
Weight
Zone 1
Zone 2
Zone 3
Syllabus
< 5 pounds
6.00
7.00
8.00
Modules
History
>= 5 pounds and <= 10 Pounds
8.00
10.00
12.00
BigBlueButton
> 10 pounds
10.00
15.00
20.00
Help
Collaborations
Google Drive
Ask the user for two inputs, weight and zone.
Office 365
Calculate the fee based on the user input.
Adobe Creative
Cloud
Test data:
Weight Zone Cost
3
8
12
15
7
1
8
Submit your Python (.py) programming solution through Canvas.
• Previous
Next »
12:29 AM
28°F Cloudy
2/12/2022
G回
Expert Solution

Explaination
Here are the steps that are used to solve the above problem:-
- First create the variables for weight and pound
- Then take the input for those values
- Create the variable to store the total cost
- Check if value for zone is not less than 1 and greater than 3 else give invlalid zone output . Because that makes sense
- If inputs are valid then use the if else statment to choose one among three categories
- Those three are is weight < 5 or between the 5 and 10 or greater than 10
- After that one of loop will be chose according to the input of the weight
- After entering the first loop we have next if and else statment to choose among three i.e zones 1 or 2 or 3
- And then depending upon the zone choose the total cost
- At the end simply print the cost on the command line
- Code and output are provided in the second step
- Everything is mentioned in the comments also screenshots are added
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 3 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON

Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education