Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

help please 2. Let's write pseudocode for the following program. A distribution company has a large sales staff. People in sales earn a 10% commission

help please image text in transcribed
2. Let's write pseudocode for the following program. A distribution company has a large sales staff. People in sales earn a 10% commission on their total sales each month. Note that a global constant has been created in the program for the commission rate, so be sure to use the constant in the pseudocode. Write the pseudocode for a program that asks the user to enter the sales amount for the month, and then calculates and displays the amount to be paid for the commission. Step 1: Declare the two variables that you will need in the program, using the proper data type and documenting the purpose of each variable. Declaration Purpose CSI 117 Gaddis Chapter 6 Practice Problems Week 4.2 Step 2: The program will consist of the main() module and a function. The main() module will input the sales amount for the month, and then pass that value to a function that will calculate and return the commission. The main() module will then display the amount of the commission. The function will accept the sales amount as a parameter, calculate the commission using the constant, and return the amount of the commission. In the table below, list the name of each module or function and describe the purpose of each. Module or Function Name Purpose

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

Step: 3

blur-text-image

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

Database Systems Design Implementation And Management

Authors: Peter Robb,Carlos Coronel

5th Edition

061906269X, 9780619062699

More Books

Students also viewed these Databases questions

Question

Analyze the legal and safety issues concerning workplace toxins.

Answered: 1 week ago

Question

=+j Describe the various support services delivered by IHR.

Answered: 1 week ago

Question

=+j Explain IHRMs role in global HR research.

Answered: 1 week ago