Question
Sales Prediction Step 1: Using Microsoft Word or Google Docs, write the pseudocode for the program in Step 3. Save your pseudocode file as itp100_sp24_chapter2_sales_prediction_YourFirstName_YourLastName.docx
Sales Prediction
Step 1:
Using Microsoft Word or Google Docs, write the pseudocode for the program in Step 3.
Save your pseudocode file as itp100_sp24_chapter2_sales_prediction_YourFirstName_YourLastName.docx
Step 2:
Using Draw.io, create a flowchart for the program in Step 3.
Save your flowchart file as itp100_sp24_chapter2_sales_prediction_YourFirstName_YourLastName.drawio
Step 3:
Using Python 3.11 or PyCharm, the knowledge your acquired in Chapter 2, and these instructions:
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, then displays the profit that will be made from that amount.
Hint: Use the value 0.23 to represent 23 percent.
Make sure your code contains comments to make debugging easier. Save your Python program file as itp100_sp24_chapter2_data_input_YourFirstName_YourLastName.py
Upload the following 3 files to this assignment link:
- Pseudocode (10 points): itp100_sp24_chapter2_sales_prediction_YourFirstName_YourLastName.docx
- Flowchart (10 points): itp100_sp24_chapter2_sales_prediction_YourFirstName_YourLastName.drawio
- Python
- Program (30 points) : itp100_sp24_chapter2_sales_prediction_YourFirstName_YourLastName.py
Completion Value: Up to 50 points
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started