Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a python program that takes the price of the 2 items as input and prints the amount to pay after the store discount of
Write a python program that takes the price of the 2 items as input and prints the amount to pay after the store discount of 25% and sales tax of 8.25% ( tax applied to price after-store discount) Note: Discount is applied on each item, Tax is applied on the price after the discount. Example #1. Here, the user buys 2 items, 1 for $7.75 and the other $23.99.
( please do not use advanced python functions, simple only as i am a beginner) ( will rate you positive)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started