Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Có.
  2. vd: if (a < b) then writeln('a < b') else writeln('a > b');
  3. <=>
  4. if (a < b) then writeln('a < b');
  5. if (a > b) then writeln('a > b');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement