asmodeus94

rzutowaniePowtorzenie

May 6th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.21 KB | None | 0 0
  1. program nazwa;
  2. uses crt;
  3. var cos : string;
  4.     liczba:byte;
  5.     a,b,c : integer;
  6.     codeBl : integer;
  7. begin
  8.   liczba:=123;
  9.   Str(liczba,cos);
  10.   Val(cos,a,codeBl);
  11.   a:=a+5;
  12.   writeln(a);
  13.   readkey;end.
Advertisement
Add Comment
Please, Sign In to add comment