<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.2" -->
<rss version="0.92">
<channel>
	<title>Kamar Nuel</title>
	<link>http://www.ImmanuelMB.com</link>
	<description>Buat Belajar Dan Berbagi</description>
	<lastBuildDate>Thu, 12 Nov 2009 00:14:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Comeback Again !!!</title>
		<description><![CDATA[




Waduh, Ternyata udah lama juga nih ga posting apa-apa di website sendiri saking sibuknya&#8230;..heheee. Sebenarnya ga sibuk-sibuk amat sih tapi malas aja karena terlena dangan liburan yang super panjang dari kampusku. Jadi waktu liburan kemaren benar-benar dihabiskan buat menenangkan diri dulu sambil menikmati hidup.
Tapi mulai hari ini mau coba rajin menulis lagi di website sendiri, [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/11/12/comeback-again/</link>
			</item>
	<item>
		<title>Menentukan Jumlah Hari Dalam Bulan, yang Diinputkan adalah Kode Bulan 1..12 !</title>
		<description><![CDATA[




Soal 3
Pseudocode :
1. Input (KodeBulan)
2. IF (KodeBulan = 2) THEN
Output (&#8221;28 Hari atau 29 Hari&#8221;)
ELSE IF (KodeBulan = 1 &#124;&#124; 3 &#124;&#124; 5 &#124;&#124; 7 &#124;&#124; 8 &#124;&#124; 10 &#124;&#124; 12) THEN 
Output (&#8221;31 Hari&#8221;)
ELSE IF (KodeBulan = 4 &#124;&#124; 6 &#124;&#124; 9 &#124;&#124; 11) THEN 
Output (&#8221;30 Hari&#8221;)
ELSE
Output (&#8221;Kode Bulan Salah&#8221;)
END 



Warning:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/30/menentukan-jumlah-hari-dalam-bulan-yang-diinputkan-adalah-kode-bulan-1-12/</link>
			</item>
	<item>
		<title>Menentukan Bilangan yang Diinputkan adalah Bilangan Positif, Negatif, atau Nol !</title>
		<description><![CDATA[Soal 2
Pseudocode : 
1. Input (Bilangan)
2. IF (Bilangan &#62; 0) THEN
Output (”Bilangan Positif”)
ELSE IF (Bilangan &#60; 0) THEN
Output (”Bilangan Negatif”)
ELSE 
Output (&#8221;NOL&#8221;)
END



Warning:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [function.include]: failed to open stream: No such device in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300

Warning:  include() [function.include]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300



<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/30/menentukan-bilangan-yang-diinputkan-adalah-bilangan-positif-negatif-atau-nol/</link>
			</item>
	<item>
		<title>Menentukan Bilangan yang Diinputkan adalah Bilangan Ganjil atau Bukan !</title>
		<description><![CDATA[Soal 1 
Pseudocode :
1. Input (Bilangan)
2. IF (Bilangan mod 2 = 0) THEN
Output (&#8221;Bukan Bilangan Ganjil&#8221;)
ELSE
Output (&#8221;Bilangan Ganjil&#8221;)
END 



Warning:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [function.include]: failed to open stream: No such device in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300

Warning:  include() [function.include]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300



<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/30/menentukan-bilangan-yang-diinputkan-adalah-bilangan-ganjil-atau-bukan/</link>
			</item>
	<item>
		<title>Google AdSense</title>
		<description><![CDATA[Google AdSense, sebuah layanan iklan yang dikelola oleh Google. Dengan Google AdSense maka website anda berprospek untuk dipasangi berbagai macam iklan yang sesuai dengan tema dari website anda. Itu artinya ada uang sewa yang bisa anda terima.
Karena Google adalah situs pencari, maka iklan AdSense ini umumnya berbentuk pencarian Google. Mengapa hasil pencarian ini bisa diiklankan [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/28/google-adsense/</link>
			</item>
	<item>
		<title>Menghitung Gaji</title>
		<description><![CDATA[Soal 5
Menghitung gaji seorang buruh bangunan selama sebulan, dengan ketentuan gaji perhari Rp. 25.000
Pseudocode : 
1. Input (GajiPerhari)
2. GajiSebulan &#60;- GajiPerhari x 30
3. Output (GajiSebulan)



Warning:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [function.include]: failed to open stream: No such device in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300

Warning:  include() [function.include]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300



<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/27/menghitung-gaji/</link>
			</item>
	<item>
		<title>Menghitung Luas dan Keliling Lingkaran</title>
		<description><![CDATA[Soal 4
- Menghitung Luas Lingkaran !!!
Pseudocode : 
1. Phi &#60;- 3.14
2. Input (r)
3. Luas &#60;- Phi x r x r
4. Output (Luas)
 
Ket :
* Rumus Luas Lingkaran = Phi x r x r
* r = jari-jari
 

- Menghitung Keliling Lingkaran !!!
Pseudocode : 
1. Phi &#60;- 3.14
2. Input (r)
3. Keliling &#60;- 2Phi x r
4. Output (Keliling)
 
Ket :
* Rumus Keliling Lingkaran = 2Phi x [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/26/menghitung-luas-dan-keliling-lingkaran/</link>
			</item>
	<item>
		<title>Menghitung Luas Segitiga</title>
		<description><![CDATA[Soal 3
Menghitung Luas Segitiga !!!
Pseudocode : 
1. Input (Alas, Tinggi)
2. Luas &#60;- (Alas x Tinggi) /2
3. Output (Luas)



Warning:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [function.include]: failed to open stream: No such device in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300

Warning:  include() [function.include]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300



<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/26/menghitung-luas-segitiga/</link>
			</item>
	<item>
		<title>Mengkonversikan Jam ke Dalam Menit atau Detik</title>
		<description><![CDATA[Soal 2 (Pilih Salah Satu)
- Mengkonversikan Jam ke Dalam Menit !!!
Pseudocode : 
1. Input (Jam, Menit)
2. TotalMenit &#60;- (Jam x 60) + Menit
3. Output (TotalMenit)
 

- Mengkonversikan Jam ke Dalam Detik
Pseudocode : 
1. Input (Jam, Menit, Detik)
2. TotalDetik &#60;- (Jam x 3600) + (Menit x 60) + Detik
3. Output (TotalDetik)



Warning:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [function.include]: failed to open stream: [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/26/mengkonversikan-jam-ke-dalam-menit-atau-detik/</link>
			</item>
	<item>
		<title>Menghitung Rata-rata dari 5 Bilangan yang Diinputkan oleh User</title>
		<description><![CDATA[Soal 1
Menghitung Rata-rata dari 5 Bilangan yang Diinputkan oleh User !
Pseudocode :
1. Input (a,b,c,d,e)
2. Jumlah &#60;- a + b + c + d + e
3. Rerata &#60;- Jumlah / 5
4. Output (Rerata)



Warning:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [function.include]: failed to open stream: No such device in /home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 300

Warning:  include() [function.include]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/26/menghitung-rata-rata-dari-5-bilangan-yang-diinputkan-oleh-user/</link>
			</item>
	<item>
		<title>Program Menghitung Faktorial</title>
		<description><![CDATA[Buatlah algoritma dan program untuk menghitung faktorial sesuai n yang dimasukkan melalui keyboard. Sebagai contoh :
2! = 2 x 1 = 2
4! = 4 x 3 x 2 x 1 = 24

Algoritma :  
1.    Masukkan(n)
2.    hasil &#60;- 1
3.    UNTUK bil &#60;- n S/D 1 LANGKAH -1
hasil &#60;- hasil * bil
AKHIR-UNTUK
4.    Tampilkan(hasil)
 Program : 
#include [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/11/program-menghitung-faktorial/</link>
			</item>
	<item>
		<title>Program Menampilkan Beberapa Baris Kalimat yang diminta</title>
		<description><![CDATA[Buatlah algoritma dan program dengan menggunakan bentuk FOR untuk menampilkan 7 baris yang berisi tulisan “Pemrograman C++ ” !!!
Algoritma : 
UNTUK bil &#60;- 1 s/d 7
Tampilkan (“Pemrograman C++”)
AKHIR-UNTUK

Program :  
#include &#60;iostream.h&#62;
#include &#60;conio.h&#62;
int main()
{
int bil;
for (bil = 1; bil &#60;= 7; bil++)
{
cout&#60;&#60; &#34;Pemrograman C++\n&#34;;
}
getch();
}
Hasil :  




Warning:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [function.include]: failed to open stream: No [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/11/program-menampilkan-beberapa-baris-kalimat-yang-diminta/</link>
			</item>
	<item>
		<title>Instruksi For</title>
		<description><![CDATA[Salah satu struktur perulangan yang akan dipelajari adalah berupa UNTUK&#8230;AKHIR-UNTUK. Bentuknya seperti berikut :
Pseudokode : 
UNTUK variabel &#60;- awal s/d akhir  LANGKAH langkah
Pernyataan &#8211; 1
&#8230;..
Pernyataan &#8211; 2
AKHIR &#8211; UNTUK

Kode C++  :
For  (variabel = awal; variabel &#60;= akhir; variabel = variabel + langkah)
{
Pernyataan_1 ;
&#8230;..
Pernyataan_2 ;
}
Catatan : 
1.    Pada C++, bentuk seperti : variabel = variabel [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/11/instruksi-for/</link>
			</item>
	<item>
		<title>Program Menampilkan Urutan Kata yang dimasukkan menjadi Terbalik</title>
		<description><![CDATA[Buatlah program dan algoritma untuk menampilkan sebuah kata yang di masukkan dari keyboard menjadi terbalik !
Contoh :  
Sepakbola 
Maka yang ditampilkan
alobkapeS 

 
Algoritma :  
1.    Masukkan(kata)
2.    Jumlah &#60;- panjang(kata) – 1
3.    ULANG SELAMA jumlah &#62;= 0
Tampilkan(kata[jumlah])
jumlah = jumlah – 1
AKHIR-ULANG

Program :  
#include &#60;iostream.h&#62;
#include &#60;conio.h&#62;
#include &#60;string.h&#62;   //prototipe strlen ())
int main()
{
char kata[100];
int jumlah;
cout&#60;&#60; &#34;Masukkan [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/11/program-menampilkan-urutan-kata-yang-dimasukkan-menjadi-terbalik/</link>
			</item>
	<item>
		<title>Program Menghitung Jumlah Karakter dari Sebuah Kata</title>
		<description><![CDATA[Buatlah algoritma dan program yang meminta sebuah kata dimasukkan dari keyboard dan kemudian menghitung jumlah karakter yang terdapat pada kata tersebut !
Algoritma :  
1.    Masukkan(kata)
2.    indeks &#60;- 0
3.    ULANG SELAMA kata[jumlah] &#60;- NULL
jumlah  &#60;-  jumlah + 1
AKHIR-ULANG
4.    Tampilkan(“Jumlah karakter = ”,jumlah)

Program :  
#include &#60;iostream.h&#62;
#include &#60;conio.h&#62;
int main()
{
char kata[100];
int jumlah;
cout&#60;&#60; &#34;Masukkan sebuah kata : &#34;;
cin&#62;&#62; [...]


<b>Warning</b>:  include(/home/immanuel/public_html/wp-content/themes/IBlues/) [<a href='function.include'>function.include</a>]: failed to open stream: No such device in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>

<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/home/immanuel/public_html/wp-content/themes/IBlues/' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/immanuel/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php</b> on line <b>300</b>
]]></description>
		<link>http://www.ImmanuelMB.com/2009/07/10/program-menghitung-jumlah-karakter-dari-sebuah-kata/</link>
			</item>
</channel>
</rss>
