uses crt;
var
one,two: integer ;
satu,dua : string;
begin
clrscr;
one:=81;two:=2;
writeln (one*two);
str(one:2,satu);
str(two:2,dua);
writeln(satu+dua);readln;
end.
outputnya
162
81 2
You can replace this text by going to "Layout" and then "Page Elements" section. Edit " About "
0 komentar:
Posting Komentar