0% found this document useful (0 votes)
8 views

Flowcharts Algorithms

Uploaded by

ghazalisana15
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Flowcharts Algorithms

Uploaded by

ghazalisana15
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Flowcharts for Algorithms

Start

1.
Input
num1,num2,num3

Yes Is num1 >


num2 and No
num1 >
num3?
max =
Is num2
num1.
> num3?
Yes No

max = max =
num2. num3.

Display
max

stop
Start
2.

Input
num1,num2,num3

Yes Is num1 <


num2 and No
num1 <
num3?
min =
Is num2
num1.
< num3?
Yes No

min = min =
num2. num3.

Display
min

stop
Start
3.

Input
num1,num2,num3

Calculate: average =
(num1 + num2 +
num3) / 3

Display
average

stop

You might also like