Start: Input 5 Numbers
Start: Input 5 Numbers
) Input 5 numbers }
printf("The highest is %d",high); printf(" and the lowest is %d", low); getch();
2.) If the first number is greater than the Flowchart; second and the second greater than third and the third number greater than the fourth START and the fourth number greater than the fifth. 3.) Display the highest number. 4.) If the first number less than the second and the second number less than third and the third number is less than the fourth and the fourth number less than the fifth.
Input 5 numbers
END