6.1.. Napisati program za ispis vrijednosti 2 na ekran.

Listing programa:

PROGRAM Dva;
USES
  WinCrt;
BEGIN
  WRITELN(2);
END.

Index