
Finds the largest of three numbers in Raptor
Algorithm
Input: Input a numbers
output: Check the largest number between the 3 input
- Start
- Input 3 numbers
- check a>b and a>c
3.1 Print a is largest - check b>a and b>c
4.1 Print b is largest - Else
4.1 Print c is largest - Stop
FlowChart

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