Cho biết câu lệnh sau in ra kết quả như thế nào?

a:=0; 

If a=0 then write('a') else (a>=0) or (a<=0) then write('a');

a aa 0 00