
Sum of two numbers in Raptor
Algorithm
Input: Input two numbers
output: Sum of two numbers
- Start
- Input two numbers, say a and b
- Sum = a + b
- Print Sum
- Stop
FlowChart

Note: This Flowchart was created using a program called Raptor. The flowchart file can be downloaded by clicking here
Comments