Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

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)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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