多项选择题

A、if x>y then(交换变量x、y的值)endif
B、if x<=y then(交换变量x、y的值)endif
C、if x<y then(交换变量x、y的值)endif
D、if x>=y then(交换变量x、y的值)endif