<?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>SEO ARŞİVİ &#187; console</title>
	<atom:link href="http://seoarsivi.com/etiket/console/feed" rel="self" type="application/rss+xml" />
	<link>http://seoarsivi.com</link>
	<description>Arama Motoru Optimizasyonu , Scriptler ,Genel Bilgiler ve SEO Makaleleri</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:42:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Toplama, Çıkarma, Çarpma, Bölme</title>
		<link>http://seoarsivi.com/arsiv/toplama-cikarma-carpma-bolme.seo</link>
		<comments>http://seoarsivi.com/arsiv/toplama-cikarma-carpma-bolme.seo#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:39:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Arşiv]]></category>
		<category><![CDATA[bölme]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[çarpma]]></category>
		<category><![CDATA[çıkarma]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Console Aplication]]></category>
		<category><![CDATA[örnek]]></category>
		<category><![CDATA[toplama]]></category>

		<guid isPermaLink="false">http://www.seoarsivi.com/?p=58</guid>
		<description><![CDATA[using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication13 { class Program { static void Main(string[] args) { string islem; Console.WriteLine("Toplama İşlemi İçin \"T\"ye basın"); Console.WriteLine("Çıkarma İşlemi İçin \"Ç\"ye basın"); Console.WriteLine("Çarpma İşlemi İçin \"X\"e basın"); Console.WriteLine("Bölme İşlemi İçin \"B\"ye basın"); islem = Console.ReadLine(); if (islem == "T") { Console.WriteLine(Int32.Parse(Console.ReadLine()) + Int32.Parse(Console.ReadLine())); } if (islem [...]]]></description>
			<content:encoded><![CDATA[<pre>using System;</pre>
<pre>using System.Collections.Generic;</pre>
<pre>using System.Linq;</pre>
<pre>using System.Text;</pre>
<pre>namespace ConsoleApplication13</pre>
<pre>{</pre>
<pre>class Program</pre>
<pre>{</pre>
<pre>static void Main(string[] args)</pre>
<pre>{</pre>
<pre>string islem;</pre>
<pre>Console.WriteLine("Toplama İşlemi İçin \"T\"ye basın");</pre>
<pre>Console.WriteLine("Çıkarma İşlemi İçin \"Ç\"ye basın");</pre>
<pre>Console.WriteLine("Çarpma İşlemi İçin \"X\"e basın");</pre>
<pre>Console.WriteLine("Bölme İşlemi İçin \"B\"ye basın");</pre>
<pre>islem = Console.ReadLine();</pre>
<pre>if (islem == "T")</pre>
<pre>{</pre>
<pre>Console.WriteLine(Int32.Parse(Console.ReadLine()) + Int32.Parse(Console.ReadLine()));</pre>
<pre>}</pre>
<pre>if (islem == "Ç")</pre>
<pre>{</pre>
<pre>Console.WriteLine(Int32.Parse(Console.ReadLine()) - Int32.Parse(Console.ReadLine()));</pre>
<pre>}</pre>
<pre>if (islem == "X")</pre>
<pre>{</pre>
<pre>Console.WriteLine(Int32.Parse(Console.ReadLine()) * Int32.Parse(Console.ReadLine()));</pre>
<pre>}</pre>
<pre>if (islem == "B")</pre>
<pre>{</pre>
<pre>Console.WriteLine(Int32.Parse(Console.ReadLine()) / Int32.Parse(Console.ReadLine()));</pre>
<pre>}</pre>
<pre>}</pre>
<pre>}</pre>
<pre>}</pre>
]]></content:encoded>
			<wfw:commentRss>http://seoarsivi.com/arsiv/toplama-cikarma-carpma-bolme.seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

