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 ...