ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 10 Weeks Ago, 5 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 12 May 2017 My Price 8.00

draw a flowchart which contains the steps outlined

In the space to the right, draw a flowchart which contains the steps outlined

 in the pseudocode below.

Make sure that your decision structure takes on the shape shown in figure 3-3

on page 91.

Make each input and output item a separate symbol.

---------------------------------------------------------------------------------------------------------------

Pseudocode:

Start

Declarations:

    num monthlySalesAmount

    num commissionEarned

    input monthlySalesAmount

    if monthlySalesAmount is greater than 10000

        commissionEarned = monthlySalesAmount * 0.15

            else

                commissionEarned = monthlySalesAmount * 0.10  

    endif

    output "Your sales amount is: ", monthlySalesAmount

    output "You commission is: ", commissionEarned

Stop

 

THIS HAS TO BE CREATED TO WHERE I CAN PUT THE FLOWCHART INTO THE DIA PROGRAM. 

 

 

 

Answers

(11)
Status NEW Posted 12 May 2017 03:05 AM My Price 8.00

-----------

Not Rated(0)