<?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/"
	>

<channel>
	<title>Rizq Technology - Exploring Your iDea. &#187; Pascal</title>
	<atom:link href="http://rizqtech.net/category/programming/pascal-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://rizqtech.net</link>
	<description>All about My Experiences, Knowledge and Thoughts.</description>
	<lastBuildDate>Sat, 14 Jan 2012 17:20:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Sorting @pacsal</title>
		<link>http://rizqtech.net/2008/06/29/sorting-pacsal/</link>
		<comments>http://rizqtech.net/2008/06/29/sorting-pacsal/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 17:12:58 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Pascal]]></category>

		<guid isPermaLink="false">http://r1zq.wordpress.com/?p=97</guid>
		<description><![CDATA[uses wincrt; const L: array [1..6] of integer = (07, 08, 01, 02, 04, 10); pass:integer= 0; nilai_diingat: integer = 0; i:integer= 0; label 1; begin for pass:= 1 to 5 do begin nilai_diingat:= L[pass+1]; writeln(&#8216;Nilai di ingat=&#8217;, nilai_dingat); for i:=pass downto 1 do begin writeln(&#8216;test&#8217;); if nilai_diingat&#60; L[i] then begin writeln(&#8216;Sebelum digeser &#8216;, &#8216;L[i+1]=&#8217;, [...]]]></description>
			<content:encoded><![CDATA[<p>uses wincrt;<br />
const<br />
L: array [1..6] of integer = (07, 08, 01, 02, 04, 10);<br />
pass:integer= 0;<br />
nilai_diingat: integer = 0;<br />
i:integer= 0;<br />
label 1;</p>
<p>begin<br />
for pass:= 1 to 5 do begin<br />
nilai_diingat:= L[pass+1];<br />
writeln(&#8216;Nilai di ingat=&#8217;, nilai_dingat);</p>
<p>for i:=pass downto 1 do begin<br />
writeln(&#8216;test&#8217;);<br />
if nilai_diingat&lt; L[i] then begin<br />
writeln(&#8216;Sebelum digeser &#8216;, &#8216;L[i+1]=&#8217;, L[i+1], &#8216; &#8216;, &#8216;L[i]=&#8217;, L[i]);<br />
L[i+1]:=L[i];<br />
writeln(&#8216;Sesudah digeser &#8216;, &#8216;L[i+1]=&#8217;, L[i+1], &#8216; &#8216;, &#8216;L[i]=&#8217;, L[i]);<br />
L[i+1]:=L[i];<br />
end else begin<br />
{posisi sudah benar keluar dari loop}<br />
L[i+1]:=nilai_diingat;<br />
goto 1;<br />
end;<br />
end;<br />
1:<br />
end;<br />
for i:=1 to 6 do begin<br />
writeln(L[i]);<br />
end;</p>
<p>end.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frizqtech.net%2F2008%2F06%2F29%2Fsorting-pacsal%2F';
  addthis_title  = 'Sorting+%40pacsal';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://rizqtech.net/2009/02/10/in-global-recession/"  title="In Global Recession.">In Global Recession.</a></li><li><a href="http://rizqtech.net/2008/04/27/newbie-c-language-eps-4/"  title="Newbie @ C++ Language eps 4">Newbie @ C++ Language eps 4</a></li><li><a href="http://rizqtech.net/2008/06/13/newbie-c-language-eps-14/"  title="Newbie @ C++ Language eps 14">Newbie @ C++ Language eps 14</a></li><li><a href="http://rizqtech.net/2008/05/11/newbie-c-language-eps-10/"  title="Newbie @ C++ Language eps 10">Newbie @ C++ Language eps 10</a></li><li><a href="http://rizqtech.net/2008/10/28/css-shorthand-1/"  title="Css Shorthand 1.">Css Shorthand 1.</a></li><li><a href="http://rizqtech.net/2008/04/27/newbie-c-language-eps-5/"  title="Newbie @ C++ Language eps 5">Newbie @ C++ Language eps 5</a></li><li><a href="http://rizqtech.net/2007/11/20/newbie-di-bahasa-c-episode-4/"  title="Newbie di Bahasa C =&#62; episode 4">Newbie di Bahasa C =&#62; episode 4</a></li><li><a href="http://rizqtech.net/2010/02/09/aplikasi-sederhana-odbc-visual-basic-part-2/"  title="Aplikasi Sederhana ODBC Visual Basic (Part 2).">Aplikasi Sederhana ODBC Visual Basic (Part 2).</a></li><li><a href="http://rizqtech.net/2008/08/06/lost-projects/"  title="Lost Projects">Lost Projects</a></li><li><a href="http://rizqtech.net/2009/04/26/delphi-basic5/"  title="Delphi Basic#5">Delphi Basic#5</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2008/06/29/sorting-pacsal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script u/ Mencari Tahun kabisat.</title>
		<link>http://rizqtech.net/2007/05/25/uses-wincrt-var-tahun-integer/</link>
		<comments>http://rizqtech.net/2007/05/25/uses-wincrt-var-tahun-integer/#comments</comments>
		<pubDate>Fri, 25 May 2007 08:00:00 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Pascal]]></category>

		<guid isPermaLink="false">http://r1zq.wordpress.com/2007/05/25/uses-wincrt-var-tahun-integer/</guid>
		<description><![CDATA[Perhitungan Tahun Kabisat. Uses Wincrt; Var tahun: integer; Begin Write (&#8216;Masukkan angka tahun = &#8216;); readln(tahun); if((tahun mod 4 = 0) and ((tahun mod 100 0) or (tahun mod 400 = 0))) then begin Writeln(&#8216;Tahun &#8216;,tahun, &#8216; merupakan tahun kabisat&#8217;); end else Writeln (&#8216;Tahun &#8216;, tahun, &#8216; bukan tahun kabisat&#8217;); Writeln(&#8216; www.m-r1zq.co.nr@copyright2007 &#8216;); Writeln(&#8216; o0&#8212;&#8212;&#8212;&#8212;&#8211;o0o&#8212;&#8212;&#8212;&#8212;&#8211;0o [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#333300;"><strong>Perhitungan Tahun Kabisat.</strong></span><br />
<span style="color:#333300;">Uses Wincrt; </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;">Var </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> tahun: integer; </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;">Begin </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> Write (&#8216;Masukkan angka tahun = &#8216;); readln(tahun); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if((tahun  mod 4 = 0) and ((tahun mod 100  0) or (tahun mod 400 = 0))) </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> begin </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> Writeln(&#8216;Tahun &#8216;,tahun, &#8216; merupakan tahun kabisat&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> end </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> else </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> Writeln (&#8216;Tahun &#8216;, tahun, &#8216;  bukan tahun kabisat&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> Writeln(&#8216; www.m-r1zq.co.nr@copyright2007       &#8216;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> Writeln(&#8216; o0&#8212;&#8212;&#8212;&#8212;&#8211;o0o&#8212;&#8212;&#8212;&#8212;&#8211;0o   &#8216;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;">End.</span></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frizqtech.net%2F2007%2F05%2F25%2Fuses-wincrt-var-tahun-integer%2F';
  addthis_title  = 'Script+u%2F+Mencari+Tahun+kabisat.';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://rizqtech.net/2008/10/28/css-shorthand-1/"  title="Css Shorthand 1.">Css Shorthand 1.</a></li><li><a href="http://rizqtech.net/2008/07/27/finding-a-great-choice/"  title="Finding a Great choice. ">Finding a Great choice. </a></li><li><a href="http://rizqtech.net/2008/07/30/conversation-skills-tips-how-to-have-a-good-conversation/"  title="Conversation Skills / Tips: How To Have A Good Conversation.">Conversation Skills / Tips: How To Have A Good Conversation.</a></li><li><a href="http://rizqtech.net/2008/07/30/my-partner%e2%80%99s-not-doing-enough-work/"  title="How to get your partner to do more work.">How to get your partner to do more work.</a></li><li><a href="http://rizqtech.net/2008/07/30/how-to-use-silence-to-have-a-better-conversation/"  title="How To Use Silence To Have A Better Conversation.">How To Use Silence To Have A Better Conversation.</a></li><li><a href="http://rizqtech.net/2010/12/12/diving-into-java/"  title="Diving Into Java">Diving Into Java</a></li><li><a href="http://rizqtech.net/2008/07/30/give-me-a-little-more-time/"  title="Give Me a Little More Time!">Give Me a Little More Time!</a></li><li><a href="http://rizqtech.net/2009/04/26/delphi-basic41/"  title="Delphi Basic#4">Delphi Basic#4</a></li><li><a href="http://rizqtech.net/2008/07/28/technology-versus-income/"  title="Technology Versus Income">Technology Versus Income</a></li><li><a href="http://rizqtech.net/2008/06/09/newbie-c-language-eps-12/"  title="Newbie @ C++ Language eps 12">Newbie @ C++ Language eps 12</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2007/05/25/uses-wincrt-var-tahun-integer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tahun Kabisat</title>
		<link>http://rizqtech.net/2007/05/25/57/</link>
		<comments>http://rizqtech.net/2007/05/25/57/#comments</comments>
		<pubDate>Fri, 25 May 2007 08:00:00 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Pascal]]></category>

		<guid isPermaLink="false">http://r1zq.wordpress.com/2007/05/25/57/</guid>
		<description><![CDATA[Uses Wincrt; Var tahun: integer; Begin Write (&#8216;Masukkan angka tahun = &#8216;); readln(tahun); if((tahun mod 4 = 0) and ((tahun mod 100 0) or (tahun mod 400 = 0))) then begin Writeln(&#8216;Tahun &#8216;,tahun, &#8216; merupakan tahun kabisat&#8217;); end else Writeln (&#8216;Tahun &#8216;, tahun, &#8216; bukan tahun kabisat&#8217;); Writeln(&#8216; www.m-r1zq.co.nr@copyright2007 &#8216;); Writeln(&#8216; o0&#8212;&#8212;&#8212;&#8212;&#8211;o0o&#8212;&#8212;&#8212;&#8212;&#8211;0o &#8216;); End. Random [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#333300;">Uses Wincrt; </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> </span><span style="color:#333300;"><br />
</span><span style="color:#333300;">Var </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> tahun: integer; </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> </span><span style="color:#333300;"><br />
</span><span style="color:#333300;">Begin </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> Write (&#8216;Masukkan angka tahun = &#8216;); readln(tahun); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if((tahun  mod 4 = 0) and ((tahun mod 100  0) or (tahun mod 400 = 0))) </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> begin </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> Writeln(&#8216;Tahun &#8216;,tahun, &#8216; merupakan tahun kabisat&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> end </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> else </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> Writeln (&#8216;Tahun &#8216;, tahun, &#8216;  bukan tahun kabisat&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> Writeln(&#8216; www.m-r1zq.co.nr@copyright2007       &#8216;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> Writeln(&#8216; o0&#8212;&#8212;&#8212;&#8212;&#8211;o0o&#8212;&#8212;&#8212;&#8212;&#8211;0o   &#8216;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;">End.</span></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frizqtech.net%2F2007%2F05%2F25%2F57%2F';
  addthis_title  = 'Tahun+Kabisat';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://rizqtech.net/2008/07/27/finding-a-great-choice/"  title="Finding a Great choice. ">Finding a Great choice. </a></li><li><a href="http://rizqtech.net/2010/12/12/diving-into-java/"  title="Diving Into Java">Diving Into Java</a></li><li><a href="http://rizqtech.net/2009/05/16/visual-basic5/"  title="Visual Basic#5">Visual Basic#5</a></li><li><a href="http://rizqtech.net/2007/05/10/o0-script-untuk-mencari-volume-balok-0o-uses/"  title="Script untuk mencari Volume Balok.">Script untuk mencari Volume Balok.</a></li><li><a href="http://rizqtech.net/2008/12/30/set-permission-unix-and-windows/"  title="Set Permission Unix and Windows.">Set Permission Unix and Windows.</a></li><li><a href="http://rizqtech.net/2007/05/10/uses-wincrt-const-jenisikan-hias-yan/"  title="Penggabungan String">Penggabungan String</a></li><li><a href="http://rizqtech.net/2007/05/10/o0-script-untuk-mencari-data-dan-menghitung-gaji/"  title="Script untuk mencari data dan menghitung Gaji.">Script untuk mencari data dan menghitung Gaji.</a></li><li><a href="http://rizqtech.net/2008/04/27/newbie-c-language-eps-1/"  title="Newbie @ C ++ Language eps 1">Newbie @ C ++ Language eps 1</a></li><li><a href="http://rizqtech.net/2007/05/10/o0-script-untuk-mencari-harga-di-restoran-with-c/"  title="Script untuk mencari harga di Restoran with &#8220;Case of&#8221;">Script untuk mencari harga di Restoran with &#8220;Case of&#8221;</a></li><li><a href="http://rizqtech.net/2008/04/27/newbie-c-language-eps-4/"  title="Newbie @ C++ Language eps 4">Newbie @ C++ Language eps 4</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2007/05/25/57/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script untuk menentukan hari berdasarkan kode &#8230;</title>
		<link>http://rizqtech.net/2007/05/22/script-untuk-menentukan-hari-berdasarkan-kode/</link>
		<comments>http://rizqtech.net/2007/05/22/script-untuk-menentukan-hari-berdasarkan-kode/#comments</comments>
		<pubDate>Tue, 22 May 2007 02:37:00 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Pascal]]></category>

		<guid isPermaLink="false">http://r1zq.wordpress.com/2007/05/22/script-untuk-menentukan-hari-berdasarkan-kode/</guid>
		<description><![CDATA[Uses wincrt; var T:integer; Begin Writeln(&#8216;#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;#&#8217;); writeln(&#8216;# Program Menentukan Hari Berdasarkan Kode Input #&#8217;); writeln(&#8216;#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;#&#8217;); write(&#8216;Masukan kode hari = &#8216;);readln(T); begin if (T=0 )or(T &#62;7) then writeln(&#8216;Kode Hari yang anda input salah&#8217;); if (T=1 ) then writeln(&#8216;Senin&#8217;); if (T=2 ) then writeln(&#8216;Selasa&#8217;); if (T=3 ) then writeln(&#8216;Rabu&#8217;); if (T=4 ) then writeln(&#8216;Kamis&#8217;); if (T=5 ) [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#333300;">Uses wincrt; </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;">var </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;">T:integer; </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;">Begin </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> Writeln(&#8216;#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;#&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;# Program Menentukan Hari Berdasarkan Kode Input #&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;#&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> write(&#8216;Masukan kode hari = &#8216;);readln(T); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> begin </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=0 )or(T &gt;7) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Kode Hari yang anda input salah&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=1 ) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Senin&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=2 ) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Selasa&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=3 ) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Rabu&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=4 ) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Kamis&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=5 ) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Jumat&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=6 ) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Sabtu&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=7 ) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Minggu&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=1 )or(T=2)or(T=3)or(T=4)or(T=5) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Hari Kerja&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> if (T=6 )or(T=7) then </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> writeln(&#8216;Weekend&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> Writeln(&#8216; www.m-r1zq.co.nr@copyright2007       &#8216;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;"> Writeln(&#8216;o0&#8212;&#8212;&#8212;&#8212;&#8211;o0o&#8212;&#8212;&#8212;&#8212;&#8211;0o&#8217;); </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;">end; </span><span style="color:#333300;"><br />
</span> <span style="color:#333300;">end. </span><br />
<span style="color:#33ff33;"> </span></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frizqtech.net%2F2007%2F05%2F22%2Fscript-untuk-menentukan-hari-berdasarkan-kode%2F';
  addthis_title  = 'Script+untuk+menentukan+hari+berdasarkan+kode+%26%238230%3B';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://rizqtech.net/2007/04/17/tutorial-3/"  title="Tutorial 3">Tutorial 3</a></li><li><a href="http://rizqtech.net/2008/08/06/examination-inheritance/"  title="Examination Inheritance.">Examination Inheritance.</a></li><li><a href="http://rizqtech.net/2007/11/20/newbie-di-bahasa-c-episode-6/"  title="Newbie di Bahasa C =&#62; episode 6">Newbie di Bahasa C =&#62; episode 6</a></li><li><a href="http://rizqtech.net/2007/04/17/link-tutorial/"  title="Link Tutorial">Link Tutorial</a></li><li><a href="http://rizqtech.net/2008/08/25/create-one-day-free-for-it/"  title="Create One Day Free for IT.">Create One Day Free for IT.</a></li><li><a href="http://rizqtech.net/2007/05/10/o0o-uses-wincrt-var-bil1bil2-bil3in/"  title="Script u/ menghitung Bilangan Terbesar">Script u/ menghitung Bilangan Terbesar</a></li><li><a href="http://rizqtech.net/2007/05/10/o0-script-untuk-mencari-harga-di-restoran-with-c/"  title="Script untuk mencari harga di Restoran with &#8220;Case of&#8221;">Script untuk mencari harga di Restoran with &#8220;Case of&#8221;</a></li><li><a href="http://rizqtech.net/2008/08/01/four-secrets-to-becoming-a-rising-it-star/"  title="Four Secrets to Becoming a Rising IT Star.">Four Secrets to Becoming a Rising IT Star.</a></li><li><a href="http://rizqtech.net/2008/05/11/newbie-c-language-eps-10/"  title="Newbie @ C++ Language eps 10">Newbie @ C++ Language eps 10</a></li><li><a href="http://rizqtech.net/2008/08/01/three-ways-to-be-more-creative-relax-exercise-and-sleep-more/"  title="Three Ways to Be More Creative: Relax, Exercise and Sleep More.">Three Ways to Be More Creative: Relax, Exercise and Sleep More.</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2007/05/22/script-untuk-menentukan-hari-berdasarkan-kode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tentukan Hari.</title>
		<link>http://rizqtech.net/2007/05/22/55/</link>
		<comments>http://rizqtech.net/2007/05/22/55/#comments</comments>
		<pubDate>Tue, 22 May 2007 02:37:00 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Pascal]]></category>

		<guid isPermaLink="false">http://r1zq.wordpress.com/2007/05/22/55/</guid>
		<description><![CDATA[Uses wincrt; var T:integer; Begin Writeln(&#8216;#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;#&#8217;); writeln(&#8216;# Program Menentukan Hari Berdasarkan Kode Input #&#8217;); writeln(&#8216;#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;#&#8217;); write(&#8216;Masukan kode hari = &#8216;);readln(T); begin if (T=0 )or(T &#62;7) then writeln(&#8216;Kode Hari yang anda input salah&#8217;); if (T=1 ) then writeln(&#8216;Senin&#8217;); if (T=2 ) then writeln(&#8216;Selasa&#8217;); if (T=3 ) then writeln(&#8216;Rabu&#8217;); if (T=4 ) then writeln(&#8216;Kamis&#8217;); if (T=5 ) [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#333300;">Uses wincrt; </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> </span><span style="color:#333300;"><br />
</span><span style="color:#333300;">var </span><span style="color:#333300;"><br />
</span><span style="color:#333300;">T:integer; </span><span style="color:#333300;"><br />
</span><span style="color:#333300;">Begin </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> Writeln(&#8216;#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;#&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;# Program Menentukan Hari Berdasarkan Kode Input #&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;#&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;#&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> write(&#8216;Masukan kode hari = &#8216;);readln(T); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> begin </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=0 )or(T &gt;7) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Kode Hari yang anda input salah&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=1 ) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Senin&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=2 ) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Selasa&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=3 ) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Rabu&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=4 ) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Kamis&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=5 ) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Jumat&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=6 ) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Sabtu&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=7 ) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Minggu&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=1 )or(T=2)or(T=3)or(T=4)or(T=5) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Hari Kerja&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> if (T=6 )or(T=7) then </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> writeln(&#8216;Weekend&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> Writeln(&#8216; www.m-r1zq.co.nr@copyright2007       &#8216;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;"> Writeln(&#8216;o0&#8212;&#8212;&#8212;&#8212;&#8211;o0o&#8212;&#8212;&#8212;&#8212;&#8211;0o&#8217;); </span><span style="color:#333300;"><br />
</span><span style="color:#333300;">end; </span><span style="color:#333300;"><br />
</span><span style="color:#333300;">end. </span><br />
<span style="color:#33ff33;"> </span></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frizqtech.net%2F2007%2F05%2F22%2F55%2F';
  addthis_title  = 'Tentukan+Hari.';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://rizqtech.net/2007/05/10/o0o-uses-wincrt-var-bil1bil2-bil3in/"  title="Script u/ menghitung Bilangan Terbesar">Script u/ menghitung Bilangan Terbesar</a></li><li><a href="http://rizqtech.net/2007/05/10/o0-script-untuk-mencari-data-dan-menghitung-gaji/"  title="Script untuk mencari data dan menghitung Gaji.">Script untuk mencari data dan menghitung Gaji.</a></li><li><a href="http://rizqtech.net/2007/05/10/o0-script-untuk-mencari-posisi-salah-ada-di-mana/"  title="Script untuk mencari posisi salah ada di mana.">Script untuk mencari posisi salah ada di mana.</a></li><li><a href="http://rizqtech.net/2008/08/01/four-secrets-to-becoming-a-rising-it-star/"  title="Four Secrets to Becoming a Rising IT Star.">Four Secrets to Becoming a Rising IT Star.</a></li><li><a href="http://rizqtech.net/2008/04/27/examination-c-language/"  title="Examination @ C Language">Examination @ C Language</a></li><li><a href="http://rizqtech.net/2007/05/10/o0-script-untuk-pengulangan-kata-dgn-whiledo/"  title="Script untuk pengulangan kata dgn &#8220;While-Do&#8221;">Script untuk pengulangan kata dgn &#8220;While-Do&#8221;</a></li><li><a href="http://rizqtech.net/2008/05/05/newbie-c-language-eps-7/"  title="Newbie @ C++ Language eps 7">Newbie @ C++ Language eps 7</a></li><li><a href="http://rizqtech.net/2007/11/20/newbie-di-bahasa-c-episode-5/"  title="Newbie di Bahasa C =&#62; episode 5">Newbie di Bahasa C =&#62; episode 5</a></li><li><a href="http://rizqtech.net/2008/05/11/pointer-dalam-bahasa-c/"  title="Pointer dalam bahasa C.">Pointer dalam bahasa C.</a></li><li><a href="http://rizqtech.net/2008/07/30/8-starting-a-new-job-tips/"  title="8 Starting a New Job Tips.">8 Starting a New Job Tips.</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2007/05/22/55/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

