program Specification
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZq6onF63iqiVnfAiYjyxj9zwAA9-0ULgQP7uTuTvZVUsyIVRxueXEkE2BCzEsztIGH91yeCiREM2ZksSgPapnkrE7hz7Vmy57WwOPjO2y_2FO0TAVpM52GyowrG_s4bCfoIEnAeKffZMc/s320/Drawing1.jpg)
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 ...