# 5เลือกประเภทx = 3; if x+2=4; { print("hello world"); } else if x+2=5; { print("world hello"); } output = ?hello worldworld hello