<?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>Bilişimcilerin Otağı &#187; pascal procedure kullanmak</title>
	<atom:link href="http://www.dahiweb.com/tag/pascal-procedure-kullanmak/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dahiweb.com</link>
	<description>bi şeyler öğrenmek isteyenlere...</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:59:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Pascal Örnekleri 16 ( Procedure kullanmak)</title>
		<link>http://www.dahiweb.com/pascal-ornekleri-16-procedure-kullanmak</link>
		<comments>http://www.dahiweb.com/pascal-ornekleri-16-procedure-kullanmak#comments</comments>
		<pubDate>Thu, 07 May 2009 19:55:10 +0000</pubDate>
		<dc:creator>kacarozgur</dc:creator>
				<category><![CDATA[Pascal]]></category>
		<category><![CDATA[pascal procedure kullanmak]]></category>

		<guid isPermaLink="false">http://www.dahiweb.com/?p=837</guid>
		<description><![CDATA[PROCEDURE Faktöriyel uses crt; var sonuc,i:integer; fakr,fakn,faknr,n,r:integer;procedure kombi(sayi1,sayi2:integer); begin fakr:=1; fakn:=1; faknr:=1; for i:=1 to sayi1 do begin fakn:=fakn*i; if (i&#60;=(sayi1-sayi2)) then faknr:=faknr*i; if (i&#60;=sayi2) then fakr:=fakr*i; sonuc:=fakn div faknr*fakr;end; end; begin clrscr; write(&#8217;1. Sayı gir:&#8217;); readln(n); write(&#8217;2. Sayı gir:&#8217;); readln(r); kombi(n,r); writeln(&#8216;Faktöriyel =&#62;&#8217;,sonuc); readln; end. Kombinasyon uses crt; var n,r,nr,i,j,sonuc:integer; procedure kombinasyon(a,b:integer); begin n:=1; [...]]]></description>
		<wfw:commentRss>http://www.dahiweb.com/pascal-ornekleri-16-procedure-kullanmak/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

