> Flowchart easy problem , Help.!?

Flowchart easy problem , Help.!?

Posted at: 2014-12-18 
I need to give out 4 numbers then find the minimum of them .It's easy but i'm stuck. Thanks!.

Well, line up the numbers.

compare (first, second): select min

>> examine the third

compare ( min(first,second) , third)

>> examine the fourth

print min( min (min(first,second), third), fourth)

>

> John (gnujohn)

Your flowchart is here: http://AlgoritmosUrgentes.com/en/c.php?f...

I need to give out 4 numbers then find the minimum of them .It's easy but i'm stuck. Thanks!.