Pseudocode - PowerPoint PPT Presentation

About This Presentation
Title:

Pseudocode

Description:

Pseudocode Statements in English Each instruction on a separate line Keywords to signify control structures Indention used for clarification Modular – PowerPoint PPT presentation

Number of Views:106
Avg rating:3.0/5.0
Slides: 3
Provided by: mfulcherC
Category:

less

Transcript and Presenter's Notes

Title: Pseudocode


1
Pseudocode
  1. Statements in English
  2. Each instruction on a separate line
  3. Keywords to signify control structures
  4. Indention used for clarification
  5. Modular- Instructions written from top to
    bottom- Only one (1) entry point- Only one (1)
    exit point

2
Pseudocode
Begin CALCULATE TOTAL PAY HOURS Execute CALCULATE
TIME AND A HALF module Execute GATHER REGULAR
HOURS module Display totals to customer Exit
CALCULATE TIME AND A HALF Input overtime hours
from customerMultiply by 1.5Display answer to
customerExit
GATHER REGULAR HOURS Input regular hours from
customerDisplay answer to customerExit
Write a Comment
User Comments (0)
About PowerShow.com