Python Programming

 

2. Select either Windows (you can install any version from 3.8.2) or Mac (the latest version)

3. Follow the instructions for downloading. We will be using IDLE as the shell and then saving it as a .py program. The .py programs are what you will be submitting with this assignment.

Part 1

Problem to Solve:
BCC is a company situated in Paramus and has determined that its Annual Profits are typically 32.5% of the Total Sales.

a. Write a program that asks the user to enter the projected amount of total sales, then display s the profit that will be made from that amount. (Hint: Use the value 0.325 to represent 32.5 percent).

b. Comment on your code with your name(Matthew Ramirez), Your class(INF-102-607LS) date(12/14/21), and the purpose of the program.

 

This question has been answered.

Get Answer