program Specification

definition
- define of what computer program expect to do
should have; input, process and output

flowchart (keyword)
  input - enter, input
  process - view, calculate, formula
  output - show, display

Outing Variables
- identify what variable you are using



create a program that would add 2 number
input                        Process                                                      Output 

 num1                        sum= num1 + num2                                  sum
 num2





Outing variables
variable name                         data type                     purpose/description 
 num1                                        decimal                          number to be enter
 num2                                        decimal                          number to be enter
 sum                                          decimal                          sum of num1 and num2


Comments

Popular posts from this blog

WD&D (DNS)

kclothings.org

WDD-LO1-server