โ Back to If Statements
Question 73
Shipping Cost by Weight
Shipping Cost by Weight
Read a package weight in kilograms (an integer). Print the shipping cost in this exact format 'Cost: X' where X is: - 5 if weight is 1 or less - 10 if weight is 2 to 5 - 20 if weight is more than 5
Expected Output:
Cost: 5
Topics:
If Statements
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.