Pada kesempatan ini saya akan memposting Program dari
materi ARRAY , program ini akan dibuat dalam bentuk C++ . Program yang akan di buat yaitu : Tentang : Programming No.3 (Halaman 414).
Analisis :
You will need separate arrays to hold the revenue table, the unit totals (row sums)
and the hospital quarterly totals (column sums).
You will need separate arrays to hold the revenue table, the unit totals (row sums)
and the hospital quarterly totals (column sums).
Deklarasi :
I, j, max, temp : integer
Max <--- Input
for (i=1;i<=max;i++)then
write("Masukkan Data Ke- 'I'")
for(i=1;i<=max;i++)then
write('data[1]')
for(i=1;i<=max;i++)then
for(j=1;j<=max;j++)then
if(data[i]>data[j])then
write('temp=data[i])
data[i] <--- data[j];
data[j] <--- temp;
Program C++ :
Tidak ada komentar:
Posting Komentar