Question & Answer: ege major 2. Sales Prediction A company has determined that its annual profit is typically 23 percent of total sales. Write a pr…..

ege major 2. Sales Prediction A company has determined that its annual profit is typically 23 percent of total sales. Write a program that asks the user to enter the projected amount of total sales, and then displays the profit that will be made from that amount. ne Sales PreiionHint: Use the value 0.23 to represent 23 percent. 3. Land Calculation One acre of land is equivalent to 43,560 square feet. Write a program that asks the user to enter the total square feet in a tract of land and calculates the number of acres in the tract Hint: Divide the amount entered by 43,560 to get the number of acres. 4. Total Purchase A customer in a store is purchasing five items. Write a program that asks for the price of each item, and then displays the subtotal of the sale, the amount of sales tax, and the total. Assume the sales tax is 7 percent. 5. Distance Traveled Assuming there are no accidents or delays, the distance that a car travels down the inter- state can be calculated with the following formula: Distance-Speed × Time

Number 2 and 5 using python programming.

Don't use plagiarized sources. Get Your Custom Essay on
Question & Answer: ege major 2. Sales Prediction A company has determined that its annual profit is typically 23 percent of total sales. Write a pr…..
GET AN ESSAY WRITTEN FOR YOU FROM AS LOW AS $13/PAGE
Order Essay

ege major 2. Sales Prediction A company has determined that its annual profit is typically 23 percent of total sales. Write a program that asks the user to enter the projected amount of total sales, and then displays the profit that will be made from that amount. ne Sales PreiionHint: Use the value 0.23 to represent 23 percent. 3. Land Calculation One acre of land is equivalent to 43,560 square feet. Write a program that asks the user to enter the total square feet in a tract of land and calculates the number of acres in the tract Hint: Divide the amount entered by 43,560 to get the number of acres. 4. Total Purchase A customer in a store is purchasing five items. Write a program that asks for the price of each item, and then displays the subtotal of the sale, the amount of sales tax, and the total. Assume the sales tax is 7 percent. 5. Distance Traveled Assuming there are no accidents or delays, the distance that a car travels down the inter- state can be calculated with the following formula: Distance-Speed × Time

Expert Answer

 

2)

amount = input(“Enter your income: “);
profit=amount*0.23
print “profit is : “, profit

Question & Answer: ege major 2. Sales Prediction A company has determined that its annual profit is typically 23 percent of total sales. Write a pr..... 1

5)

speed=input(“enter speed:”);

time=input(“enter time:”);

distance=speed*time

print “distance is “,distance

Question & Answer: ege major 2. Sales Prediction A company has determined that its annual profit is typically 23 percent of total sales. Write a pr..... 2

Still stressed from student homework?
Get quality assistance from academic writers!