📢 QuizNe.vn will officially cease operations on 27/08/2026. Thank you for being with us.
- if A <= B then X := A else X := B;
- if A < B then X := A;
- X := B; if A < B then X := A;
- if A < B then X := A else X := B;