Saturday, July 14, 2012

PROGRAM MENGHITUNG BILANGAN PANGKAT MENGGUNAKAN BAHASA PEMROGRAMAN PASCAL

uses wincrt;
var hasil,i,bil,pangkat:integer;
begin
     clrscr;
     write('Input Bilangan = ');
     readln(bil);
     write('Input pangkat  = ');
     readln(pangkat);
     hasil:=1;
     write(bil,' ^ ',pangkat,' = ');
     for i:=1 to pangkat do begin
         if i<> pangkat then write(bil,' * ') else write(bil,' = ');
         hasil:=hasil*bil
     end;
     write(hasil);
end.

Categories:

1 comment:

http://www.resepkuekeringku.com/2014/11/resep-donat-empuk-ala-dunkin-donut.html http://www.resepkuekeringku.com/2015/03/resep-kue-cubit-coklat-enak-dan-sederhana.html http://www.resepkuekeringku.com/2014/10/resep-donat-kentang-empuk-lembut-dan-enak.html http://www.resepkuekeringku.com/2014/07/resep-es-krim-goreng-coklat-kriuk-mudah-dan-sederhana-dengan-saus-strawberry.html http://www.resepkuekeringku.com/2014/06/resep-kue-es-krim-goreng-enak-dan-mudah.html http://www.resepkuekeringku.com/2014/09/resep-bolu-karamel-panggang-sarang-semut-lembut.html

Copyright © Catatan Anis Syarifah | Powered by Anis Syarifah