23.10.2014 Views

modul praktikum algoritma & pemrograman ii laboratorium dasar

modul praktikum algoritma & pemrograman ii laboratorium dasar

modul praktikum algoritma & pemrograman ii laboratorium dasar

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Laboratorium Komputer, Program Ilmu Komputer Unsri<br />

Contoh program<br />

//Program pengurutan metode gelembung<br />

//Nama file bubble.cpp<br />

#include <br />

#include <br />

int main()<br />

{<br />

int i,j;<br />

int temp;<br />

int L[10]={20,15,22,14,12,10,24,19,18,16};<br />

}<br />

for(i=1;i=1;j--)<br />

{<br />

if(L[j]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!