Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Integrated Accounting

Authors: Dale A. Klooster, Warren Allen, Glenn Owen

8th edition

1285462726, 1285462721, 978-1285462721

More Books

Students also viewed these Algorithms questions

Question

1 What are key success factors in this industry?

Answered: 1 week ago