{—————————–MULAI———————————–}
uses crt;
var
x,y,z : integer;
begin
clrscr;
writeln('------------------------------------------');
writeln(' PROGRAM MENCETAK PIRAMIDA BINTANG');
writeln('------------------------------------------');
writeln(' Masukan tinggi piramida : ');
readln(x);
for y:=1 to x do
begin