What does this program do?
integer x
integer y​
x= Get next input
y= Get next input ​
if x>y
Put x to output
else
Put y to output
- Outputs the minimum of the two integers; if they are equal, outputs that integer
- Outputs the minimum of the two integers; if they are equal, outputs nothing
- Outputs the maximum of the two integers; if they are equal, outputs that intege
- Outputs the maximum of the two integers; if they are equal, outputs nothing