http://www.google.com/search?rlz=1C1GGGE_enUS379US379&aq=f&gcx=w&sourceid=chrome&ie=UTF-8&q=microsoft+visio+tutorial
Here's hoping one of these tutorials will help you learn what you need to do.
• 2. Construct a data dictionary and draw a hierarchy chart and flowchart or pseudocode for a program to calculate commissions. Output. Output is the commission report shown in the spacing chart that follows. At most, 50 detail lines are to appear on each page. Include page numbers and the current date on each page.
Layout Chart
Input. Input consists of records containing the salesperson’s name, commission code, and amount of sales. The code has been validated in a previous program and will contain a number between 1 and 10. Processing. The commission is calculated by multiplying the amount of sales from the input by the commission rate. The commission rate is contained in a positionally organized, compile-time array as shown below.
Only the commission rate is included, not the codes. The row in the array corresponds to the code entered by the user. If, for example, a code of 5 is entered, the rate, .50, in the fifth row of the array is used.
1 answer