Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How do you create the following in pythons? The manager should be able to enter data for each salesperson to be reported create a class

How do you create the following in pythons?
The manager should be able to enter data for each salesperson to be reported
create a class for salespersons:
Salesperson name
Salesperson commission rate
The manager should be able to enter all items sold for each salesperson
create a class for items:
Item name
Item sold date
Item price
Item quantity
Item tax rate
Once salesperson and item data has been collected, the manager should have the option to display or save the data entered to file
Save option will first save the detail data to file and then display the detail data to the console
Display option will display the detail data saved to file

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

Students also viewed these Databases questions