6.1.. Napisati program za ispis imena TESLA na ekran.

Listing programa:

PROGRAM Tesla;
USES 
  WinCRT;
BEGIN
  WRITELN('TESLA');
END.

Index