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:

  1. Pseudocode (10 points)itp100_sp24_chapter2_sales_prediction_YourFirstName_YourLastName.docx
  2. Flowchart (10 points)itp100_sp24_chapter2_sales_prediction_YourFirstName_YourLastName.drawio
  3. Python
  4.  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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!