subject

#furniture. py - this program calculates profits and sales prices for a furniture company. itemname = "tv stand" retailprice = 325.00 wholesaleprice = 200.00 # write your assignment statements here for profit, saleprice, and saleprofit print("item name: " + itemname) print("retail price: $" + str(retailprice)) print("wholesale price: $" + str(wholesaleprice)) print("profit: $" + str(profit)) print("sale price: $" + str(saleprice)) print("sale profit: $" + str(saleprofit))

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 19:30
Raveena is making a professional presentation for a newly launched product of her company. she wants to incorporate the following features in her presentation. a) to add serial numbers in each slide b) to add name of her company on top of each slide. c) to add the picture of her product on the second slide(the picture of her product is stored on her computer) write the commands/features of her presentation tool using which she can perform the above operations.
Answers: 2
question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 23.06.2019 06:30
Who can provide you with a new password when you have forgotten your old one? your provide you with a new password in case you forget your old one.
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
Why is an outfitting a workspace with video games in a technology development company considered a strategic use of money
Answers: 1
You know the right answer?
#furniture. py - this program calculates profits and sales prices for a furniture company. itemname...
Questions
question
Mathematics, 04.05.2020 23:25
question
Social Studies, 04.05.2020 23:25
question
Mathematics, 04.05.2020 23:25
question
Computers and Technology, 04.05.2020 23:25
Questions on the website: 13722361