Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need Help with Python 3 Coding for the following: A consignment shop accepts a product for sale and sets an initial price. Each month that

Need Help with Python 3 Coding for the following:

A consignment shop accepts a product for sale and sets an initial price. Each month that the item doesnt sell, the price is reduced by 10 percent. When the item sells, the items owner receives 70 percent of the sale price, and the shop gets 30 percent. Write a program to represent the logic of a program that allows the user to enter an original product price. The output is the sale price, the owners cut, and the shops cut each month for the first three months the item is on sale.

NOTE: PLEASE USE WHILE LOOP TO SOLVE PROBLEM

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

Step: 3

blur-text-image

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

Learning MySQL Get A Handle On Your Data

Authors: Seyed M M Tahaghoghi

1st Edition

0596529465, 9780596529468

More Books

Students also viewed these Databases questions