You are on page 1of 2

INPUT no.

1, 1 Find the largest among the three (3)


START
no. 2, and no. 3 numbers entered by the user.

IF NO
IF PRINT
YES
no. 1 > no. 2 no. 2 > no. 3 no. 2

YES
NO

IF PRINT
NO END
no. 1 > no. 3 no. 3

YES

PRINT
no. 1
READ 2 Display the first 10 even numbers.
START
numbers

IF NO
PRINT
no. %2==0 even

YES

PRINT
END
odd

You might also like