Hãy chọn câu lệnh điều kiện thực hiện đúng mô tả sau: In ra màn hình a nếu a là số chẵn.

If a mod 10=0 then write('a');if a mod 2=0 then write(a);If a mod 2=0 then write('a');If a mod 2<>0 then write(a);