Write a class named RetailItem that holds data about an item in a retail store. The class should store the following data in attributes: item description, units in inventory, and price. Be sure to include all necessary methods __init__, __str__, accessors and mutators. Also, create a method that asks the user for a discount percentage and returns the sales price.Next, write a program that uses the RetailItem class. Open the file retail.txt located in the I:koppoutboxCS 121 01Program AssignmentsChapter 10 folder. The data in this file is in the following format: itemDescription,units,priceThe program should create an object of RetailItem for each line of data in the file and store these in a list. The program should then ask the user which item they want to purchase (description) and if the item is on sale. The program should display the objects data, whether or not the item is on sale, and what the new sale price is.
Programming
[Solved] SOLVED:CS 121 01 Programming Assignment 04 Chapter 10
$25
File Name: SOLVED:CS_121_01_Programming_Assignment_04_Chapter_10.zip
File Size: 499.26 KB
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.