<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Just Share about IT</title>
	<atom:link href="http://olive15.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://olive15.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 31 Oct 2009 13:48:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='olive15.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Just Share about IT</title>
		<link>http://olive15.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://olive15.wordpress.com/osd.xml" title="Just Share about IT" />
	<atom:link rel='hub' href='http://olive15.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Input &amp; Output [part 2]</title>
		<link>http://olive15.wordpress.com/2009/10/31/input-output-part-2/</link>
		<comments>http://olive15.wordpress.com/2009/10/31/input-output-part-2/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 13:40:27 +0000</pubDate>
		<dc:creator>riezka15</dc:creator>
				<category><![CDATA[Materi_kuliah]]></category>

		<guid isPermaLink="false">http://olive15.wordpress.com/?p=16</guid>
		<description><![CDATA[Modul 3 Operasi Input dan Output [Pak Eko] Latihan 3.1 [merubah jam ke detik] #include &#60;stdio.h&#62; #include &#60;conio.h&#62; void main(){ int jam, menit, detik, hasil; printf(&#8220;Masukkan jam   : &#8220;); scanf(&#8220;%d&#8221;, &#38;jam); printf(&#8220;Masukkan menit : &#8220;); scanf(&#8220;%d&#8221;, &#38;menit); printf(&#8220;Masukkan detik : &#8220;); scanf(&#8220;%d&#8221;, &#38;detik); hasil = jam*3600 + menit*60 + detik; printf(&#8220;Total detik = %d&#8221;, hasil); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=16&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Modul 3 Operasi Input dan Output [Pak Eko]</h1>
<p><span style="color:#ff6600;"><strong>Latihan 3.1 [merubah jam ke detik]</strong></span></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;</p>
<p>void main(){<br />
int jam, menit, detik, hasil;<br />
printf(&#8220;Masukkan jam   : &#8220;);<br />
scanf(&#8220;%d&#8221;, &amp;jam);<br />
printf(&#8220;Masukkan menit : &#8220;);<br />
scanf(&#8220;%d&#8221;, &amp;menit);<br />
printf(&#8220;Masukkan detik : &#8220;);<br />
scanf(&#8220;%d&#8221;, &amp;detik);</p>
<p>hasil = jam*3600 + menit*60 + detik;<br />
printf(&#8220;Total detik = %d&#8221;, hasil);<br />
getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_eko/3.1.JPG" alt="latian3.1" /></p>
<p><span style="color:#ff6600;"><strong>Latihan 3.2 [convert detik ke jam]</strong></span></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;</p>
<p>void main(){<br />
int jam, menit, detik, input;<br />
printf(&#8220;Masukkan total detik : &#8220;);<br />
scanf(&#8220;%d&#8221;, &amp;input);</p>
<p>jam = input/3600;<br />
menit = input/60 &#8211; jam*60;<br />
detik = input &#8211; (jam*3600 + menit*60);</p>
<p>printf(&#8220;Total jam   : %d\n&#8221;, jam);<br />
printf(&#8220;Total menit : %d\n&#8221;, menit);<br />
printf(&#8220;Total detik : %d\n&#8221;, detik);<br />
getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_eko/3.2.JPG" alt="latian3.2" /></p>
<p><span style="color:#ff6600;"><strong>Download file CPP</strong></span></p>
<p><a href="http://h1.ripway.com/rizka/materi_kuliah/alprog_eko/modul3.rar">Latihan 3</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olive15.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olive15.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olive15.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olive15.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olive15.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olive15.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olive15.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olive15.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olive15.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olive15.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olive15.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olive15.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olive15.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olive15.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=16&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olive15.wordpress.com/2009/10/31/input-output-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d39b5ef293d52001c791b8d0894b089?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">riezka15</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_eko/3.1.JPG" medium="image">
			<media:title type="html">latian3.1</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_eko/3.2.JPG" medium="image">
			<media:title type="html">latian3.2</media:title>
		</media:content>
	</item>
		<item>
		<title>Input &amp; Output</title>
		<link>http://olive15.wordpress.com/2009/10/31/input-output/</link>
		<comments>http://olive15.wordpress.com/2009/10/31/input-output/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 13:19:51 +0000</pubDate>
		<dc:creator>riezka15</dc:creator>
				<category><![CDATA[Materi_kuliah]]></category>

		<guid isPermaLink="false">http://olive15.wordpress.com/?p=14</guid>
		<description><![CDATA[Modul 3 Input Output Standard [Pak Bayu] Latihan 3.1 [show format specifier] #include &#60;stdio.h&#62; #include &#60;conio.h&#62; void main(){ printf(&#8220;Saya menulis : \&#8221;Hello World\&#8221; menggunakan bahasa C\\C++&#8221;); getch(); } Latihan 3.2 [menghitung lingkaran] #include &#60;stdio.h&#62; #include &#60;conio.h&#62; #include &#60;math.h&#62; #define phi 3.14 void main(){ float jejari, kel, luas; printf(&#8220;Masukkan nilai jejari : &#8220;); scanf(&#8220;%f&#8221;, &#38;jejari); //rumus [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=14&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Modul 3 Input Output Standard [Pak Bayu]</h1>
<p><span style="color:#ff6600;"><strong>Latihan 3.1 [show format specifier]</strong></span></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;<br />
void main(){<br />
printf(&#8220;Saya menulis : \&#8221;Hello World\&#8221; menggunakan bahasa C\\C++&#8221;);<br />
getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/3.1.JPG" alt="latian3.1" /></p>
<p><span style="color:#ff6600;"><strong>Latihan 3.2 [menghitung lingkaran]</strong></span></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;<br />
#include &lt;math.h&gt;<br />
#define phi 3.14<br />
void main(){<br />
float jejari, kel, luas;<br />
printf(&#8220;Masukkan nilai jejari : &#8220;);<br />
scanf(&#8220;%f&#8221;, &amp;jejari);<br />
//rumus lingkaran<br />
luas = phi*pow(jejari, 2);<br />
kel = 2*phi*jejari;<br />
printf(&#8220;Keliling lingkaran : %.2f\n&#8221;, kel);<br />
printf(&#8220;Luas lingkaran : %.2f\n&#8221;, luas);<br />
getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/3.2.JPG" alt="latian3.2" /></p>
<p><strong><span style="color:#ff6600;">Latihan 3.3 [menghitung phytagoras]</span></strong></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;<br />
#include &lt;math.h&gt;</p>
<p>void main(){<br />
float a, b, c;</p>
<p>printf(&#8220;Masukkan sisi1 : &#8220;);<br />
scanf(&#8220;%f&#8221;, &amp;a);<br />
printf(&#8220;\nMasukkan sisi2 : &#8220;);<br />
scanf(&#8220;%f&#8221;, &amp;b);</p>
<p>//rumus sisi miring<br />
c = sqrt(pow(a,2) + pow(b,2));<br />
printf(&#8220;\nSisi miring : %.2f\n&#8221;, c);<br />
getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/3.3.JPG" alt="latian3.3" /></p>
<p><span style="color:#ff6600;"><strong>Download file CPP</strong></span></p>
<p><a href="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/modul3.rar">Latihan 3</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olive15.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olive15.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olive15.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olive15.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olive15.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olive15.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olive15.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olive15.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olive15.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olive15.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olive15.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olive15.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olive15.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olive15.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=14&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olive15.wordpress.com/2009/10/31/input-output/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d39b5ef293d52001c791b8d0894b089?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">riezka15</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/3.1.JPG" medium="image">
			<media:title type="html">latian3.1</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/3.2.JPG" medium="image">
			<media:title type="html">latian3.2</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/3.3.JPG" medium="image">
			<media:title type="html">latian3.3</media:title>
		</media:content>
	</item>
		<item>
		<title>Coding Practical [part2]</title>
		<link>http://olive15.wordpress.com/2009/10/31/coding-practical-part2/</link>
		<comments>http://olive15.wordpress.com/2009/10/31/coding-practical-part2/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 12:52:16 +0000</pubDate>
		<dc:creator>riezka15</dc:creator>
				<category><![CDATA[Materi_kuliah]]></category>

		<guid isPermaLink="false">http://olive15.wordpress.com/?p=9</guid>
		<description><![CDATA[Modul 2 : Prepocessor Type Data, Variabel, Konstanta dan Operator [Pak Eko] Latihan 2.3 [perbaikan kesalahan program] #include &#60;iostream.h&#62; #include &#60;conio.h&#62; void main(){ float hasil1, hasil2, hasil3, hasil4, hasil5; hasil1 = 1+2*3 ; cout&#60;&#60;&#8221;1+2&#215;3 = &#8221; &#60;&#60;hasil1 &#60;&#60;endl; hasil2 = 13%5; cout&#60;&#60;&#8221;13%5 = &#8221; &#60;&#60;hasil2 &#60;&#60;endl; hasil3 = 13/5; cout&#60;&#60;&#8221;13/5 = &#8221; &#60;&#60;hasil3 &#60;&#60;endl; hasil4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=9&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Modul 2 : Prepocessor Type Data, Variabel, Konstanta dan Operator [Pak Eko]</strong></p>
<p><span style="color:#0000ff;"><strong>Latihan 2.3 [perbaikan kesalahan program]</strong></span></p>
<p>#include &lt;iostream.h&gt;<br />
#include &lt;conio.h&gt;</p>
<p>void main(){<br />
float hasil1, hasil2, hasil3, hasil4, hasil5;</p>
<p>hasil1 = 1+2*3 ;<br />
cout&lt;&lt;&#8221;1+2&#215;3 = &#8221; &lt;&lt;hasil1 &lt;&lt;endl;</p>
<p>hasil2 = 13%5;<br />
cout&lt;&lt;&#8221;13%5 = &#8221; &lt;&lt;hasil2 &lt;&lt;endl;</p>
<p>hasil3 = 13/5;<br />
cout&lt;&lt;&#8221;13/5 = &#8221; &lt;&lt;hasil3 &lt;&lt;endl;</p>
<p>hasil4 = 13/5.0;<br />
cout&lt;&lt;&#8221;13/5.0 = &#8221; &lt;&lt;hasil4 &lt;&lt;endl;</p>
<p>hasil5 = 10-5*2+2;<br />
cout&lt;&lt;&#8221;10-5*2+2 = &#8221; &lt;&lt;hasil5 &lt;&lt;endl;</p>
<p>getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_eko/2.3.JPG" alt="latian2.3" /></p>
<p><strong>Download file CPP</strong></p>
<p><a href="http://h1.ripway.com/rizka/materi_kuliah/alprog_eko/modul2.rar">Latihan 2</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olive15.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olive15.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olive15.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olive15.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olive15.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olive15.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olive15.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olive15.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olive15.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olive15.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olive15.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olive15.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olive15.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olive15.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=9&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olive15.wordpress.com/2009/10/31/coding-practical-part2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d39b5ef293d52001c791b8d0894b089?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">riezka15</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_eko/2.3.JPG" medium="image">
			<media:title type="html">latian2.3</media:title>
		</media:content>
	</item>
		<item>
		<title>Coding Practical</title>
		<link>http://olive15.wordpress.com/2009/10/31/coding-practical/</link>
		<comments>http://olive15.wordpress.com/2009/10/31/coding-practical/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 12:17:34 +0000</pubDate>
		<dc:creator>riezka15</dc:creator>
				<category><![CDATA[Materi_kuliah]]></category>

		<guid isPermaLink="false">http://olive15.wordpress.com/?p=6</guid>
		<description><![CDATA[Sedikit sharing aja ya&#8230; buat temen2 yang baru belajar programming ini aku ada sedikit contoh programming di C++ yang aku ambil dari latihan2 soal di modul dari dosen. Mungkin ini bisa bantu temen2 yang pengen mengenal programming more and more&#8230; Modul 2 : Type Data Variabel dan Operator [Pak Bayu] Latihan 2.1 [menampilkan data standard] [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=6&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sedikit sharing aja ya&#8230; buat temen2 yang baru belajar programming ini aku ada sedikit contoh programming di C++ yang aku ambil dari latihan2 soal di modul dari dosen. Mungkin ini bisa bantu temen2 yang pengen mengenal programming more and more&#8230;</p>
<p><strong>Modul 2 : Type Data Variabel dan Operator [Pak Bayu]</strong></p>
<p><span style="color:#0000ff;"><strong>Latihan 2.1 [menampilkan data standard]</strong></span></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;</p>
<p>void main(){<br />
char nama[50] = &#8220;oLive oyLova&#8221;;<br />
int umur = 19;<br />
float berat = 51.5;</p>
<p>printf(&#8220;Nama  : %s\n&#8221;, nama);<br />
printf(&#8220;Umur  : %d tahun\n&#8221;, umur);<br />
printf(&#8220;Berat : %.2f KG&#8221;, berat);</p>
<p>getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/2.1.JPG" alt="Latian2.1" /></p>
<p><span style="color:#0000ff;"><strong>Latihan 2.2 [menghitung rata-rata]</strong></span></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;</p>
<p>void main(){<br />
int a = 9;<br />
int b = 5;<br />
int c = 8;<br />
float hasil;</p>
<p>hasil = (a+b+c)/3;</p>
<p>printf(&#8220;Nilai a = %d\n&#8221;, a);<br />
printf(&#8220;Nilai b = %d\n&#8221;, b);<br />
printf(&#8220;Nilai c = %d\n&#8221;, c);<br />
printf(&#8220;Rata2   = %.2f\n&#8221;, hasil);</p>
<p>getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/2.2.JPG" alt="Latian2.2" /></p>
<p><span style="color:#0000ff;"><strong>Latihan 2.3 [menghitung nilai x]</strong></span></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;conio.h&gt;</p>
<p>void main(){<br />
float x = 8+5*(9-2)/4;</p>
<p>printf(&#8220;Nilai dari 8+5*(9-2)\/4 = %.2f&#8221;, x);</p>
<p>getch();<br />
}</p>
<p><img src="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/2.3.JPG" alt="Latian2.3" /></p>
<p><strong>Download file cpp</strong></p>
<p><a href="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/modul2.rar">Latihan 2</a></p>
<p>Happy Coding&#8230;..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olive15.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olive15.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olive15.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olive15.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olive15.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olive15.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olive15.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olive15.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olive15.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olive15.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olive15.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olive15.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olive15.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olive15.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=6&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olive15.wordpress.com/2009/10/31/coding-practical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d39b5ef293d52001c791b8d0894b089?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">riezka15</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/2.1.JPG" medium="image">
			<media:title type="html">Latian2.1</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/2.2.JPG" medium="image">
			<media:title type="html">Latian2.2</media:title>
		</media:content>

		<media:content url="http://h1.ripway.com/rizka/materi_kuliah/alprog_bayu/2.3.JPG" medium="image">
			<media:title type="html">Latian2.3</media:title>
		</media:content>
	</item>
		<item>
		<title>Programming is Easy</title>
		<link>http://olive15.wordpress.com/2009/10/31/programming-is-easy/</link>
		<comments>http://olive15.wordpress.com/2009/10/31/programming-is-easy/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 11:36:11 +0000</pubDate>
		<dc:creator>riezka15</dc:creator>
				<category><![CDATA[Materi_kuliah]]></category>

		<guid isPermaLink="false">http://olive15.wordpress.com/?p=4</guid>
		<description><![CDATA[Sebagian mahasiswa menganggap bahwa belajar pemrograman itu sulit, karena harus menghafalkan script untuk coding. tapi sebenarnya mindset seperti itu adalah salah besar. Why? Cause, sebenarnya kita &#8216;ga perlu menghafalkan code untuk program terlebih dahulu baru memulai membuat program, tapi dengan seringnya kita praktek membuat program, code atau script tersebut dengan sendirinya akan melekat di kepala [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=4&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sebagian mahasiswa menganggap bahwa belajar pemrograman itu sulit, karena harus menghafalkan script untuk coding. tapi sebenarnya mindset seperti itu adalah salah besar. Why? Cause, sebenarnya kita &#8216;ga perlu menghafalkan code untuk program terlebih dahulu baru memulai membuat program, tapi dengan seringnya kita praktek membuat program, code atau script tersebut dengan sendirinya akan melekat di kepala kita.</p>
<p>Semakin banyak ktia berlatih membuat program, maka semakin cepat pula kita hafal code-code tersebut, jadi tidak perlu susah-susah menghafalkan. Memang pada awalnya kita harus sering2 membaca tutorial atau buku panduan ketika kita mengetikkan sebuah script dalam membuat program. Tapi, trust me, asal kita udah &#8220;cinta&#8221; sama yang namanya coding, belum hafal script tidaklah menjadi masalah yang serius.</p>
<p>Sebelum membuat program kita juga harus mengerti alur dan cara kerja program tersebut. Maksudnya adalah, langkah demi langkah program tersebut harus sudah kita rancang sebelumnya. Yaitu dengan membuat algoritma. Berbicara tentang algoritma, sebenarnya ini termasuk susah2 gampang, karena kita harus menentukan alur jalannya program from A to Z, agar program yang kita buat dapat berjalan sesuai dengan yang kita kehendaki. Why? Cause, based on the definition of Algorithm itu sendiri, yaitu &#8220;sistematika penyelesaian masalah yang terurut&#8221;. Karena program akan mengeksekusi perintah / script dari baris satu ke baris selanjutnya.</p>
<p>That&#8217;s all from me, I hope that it can help you or motivate you to love coding and programming.</p>
<p>Thanks for visiting and don&#8217;t forget to comeback later&#8230;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olive15.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olive15.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olive15.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olive15.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olive15.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olive15.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olive15.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olive15.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olive15.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olive15.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olive15.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olive15.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olive15.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olive15.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=4&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olive15.wordpress.com/2009/10/31/programming-is-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d39b5ef293d52001c791b8d0894b089?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">riezka15</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://olive15.wordpress.com/2008/12/29/hello-world/</link>
		<comments>http://olive15.wordpress.com/2008/12/29/hello-world/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 07:24:10 +0000</pubDate>
		<dc:creator>riezka15</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=1&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olive15.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olive15.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olive15.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olive15.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olive15.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olive15.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olive15.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olive15.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olive15.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olive15.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olive15.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olive15.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olive15.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olive15.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=olive15.wordpress.com&amp;blog=5984869&amp;post=1&amp;subd=olive15&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://olive15.wordpress.com/2008/12/29/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d39b5ef293d52001c791b8d0894b089?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">riezka15</media:title>
		</media:content>
	</item>
	</channel>
</rss>
