Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

BANDOLA, CHRISTIAN ANGELO A.

BSME 2C

START

Declare

Int “A” = Integer 1

Int “B” = Integer 2

Int “C” = Integer 3

A = Input 1 = Int 1

B = Input 2 = Int 2

C = Input 3 = Int 3

YES
If A > B
Display “A”
&A>C

NO

If B > A YES

&B>C Display “B”

NO

Display “C” END

You might also like