- Max:=a; If b>Max then Max:=b;
- If a>b then Max:=a else Max:=b;
- Max:=b; If a>Max then Max:=a;
- Cả 3 câu đều đúng.