GamerSK

Klesanie

Jan 10th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.23 KB | None | 0 0
  1. program klesanie;
  2. {$APPTYPE CONSOLE}
  3. uses SysUtils;
  4. var i,c:byte;
  5. begin
  6.   { TODO -oUser -cConsole Main : Insert code here }
  7.   write('Zadajte lubovolne cislo: ');
  8.   readln(c);
  9.   for i:=c downto 0 do write(i,' ');
  10.   readln;
  11. end.
Advertisement
Add Comment
Please, Sign In to add comment