Question: Objective: Well documented application Read different data types Process data Displays formatted informationIntroduction:This application is used by a car dealership to determine inventory value in

Objective: Well documented application Read different data types Process data Displays formatted informationIntroduction:This application is used by a car dealership to determine inventory value in stock. Thisdealership has two different make of vehicles in inventory.They (car dealership) keep the most popular colour that their customers choose.So each vehicle make has its own popular colour.This application shows total number of vehicles in the inventory, total price of vehicles inthe inventory, amount of tax paid on the inventory and the total worth of inventory instock.Application asks user to enter vehicle make - user enters vehicle make (String type)Application asks user to enter vehicle color - user enters vehicle color (String type)Application asks user to enter number of vehicles - user enters vehicle number (integertype)Application asks user to enter price per vehicle - user enters price per vehicle (floattype)Application then asks the same questions for the second vehicleApplication asks user to enter second vehicle make - user enters vehicle make (Stringtype)Application asks user to enter second vehicle make color - user enters vehicle color(String type)Application asks user to enter number of vehicles (second make)- user enters vehiclenumber (integer type)Application asks user to enter price per vehicle (of second make)- user enters price pervehicle (float type)After data is entered, application then displays the following output:(Refer image as the second and third page)After the third page this is the instructionsAlso note that the amount is displayed in 2-digits after the decimal point, along with thedollar symbol with all the price/amounts given in the output report.Lab report:Two documents are uploaded in the link provided:a) Working source code (filename is your full name .py)b) PDF document showing the output of your application (as shown in labassignment)
 Objective: Well documented application Read different data types Process data Displays

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!