Halloween party ideas 2015

 1: var nama : string;
 2:   urutan, posisi: integer;
 3: begin
 4:   nama:='Dijas Keren';
 5:   writeln('Yang ini delete');
 6:   for urutan:=1 to 11 do
 7:   begin
 8:     posisi:= 13 - urutan;
 9:     delete(nama, posisi, 1);
10:     writeln(nama);
11:   end;
12:   writeln;
13:   nama:='DijasKeren';
14:   writeln('Yang ini insert');
15:   writeln('Sebelum di Insert : ', nama);
16:   insert('-', nama, 6);
17:   writeln('Setelah di Insert : ', nama);
18:   readln;
19: end.

Outputnya seperti di bawah ini

Yang ini delete
Dijas Keren
Dijas Kere
Dijas Ker
Dijas Ke
Dijas K
Dijas
Dijas
Dija
Dij
Di

Post a Comment

This blog needed you to understand the word spam - never spam on this blog, although i will not moderate all of it, but you will learn it yourself, educate yourself

Powered by Blogger.