<?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>C# harf notu bulma &#8211; Sezer YAMAN</title>
	<atom:link href="https://sezeryaman.com/etiket/c-harf-notu-bulma/feed/" rel="self" type="application/rss+xml" />
	<link>https://sezeryaman.com</link>
	<description>Yazılım Geliştirici</description>
	<lastBuildDate>Wed, 31 May 2023 00:41:59 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>C# Not Harfi Bulma</title>
		<link>https://sezeryaman.com/c-not-harfi-bulma/</link>
					<comments>https://sezeryaman.com/c-not-harfi-bulma/#respond</comments>
		
		<dc:creator><![CDATA[szrymn]]></dc:creator>
		<pubDate>Tue, 05 Jun 2018 13:10:01 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[C# harf notu bulma]]></category>
		<category><![CDATA[C# not harfi bulma]]></category>
		<guid isPermaLink="false">https://sezeryaman.com/?p=71</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wp-block-syntaxhighlighter-code "><pre class="brush: csharp; title: ; notranslate">
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string&#x5B;] args)
        {
            while (true)
            {
                byte not;
                Console.Write(&quot;Not Girin: &quot;);
                string notal = Console.ReadLine();
                if (byte.TryParse(notal, out not))
                {
                    if ((not &gt;= 0) &amp;&amp; (not &lt;= 100))
                    {
                        if (not &gt;= 90)
                        {
                            Console.WriteLine(&quot;Not: A1&quot;);
                        }
                        else if ((not &gt;= 80) &amp;&amp; (not &lt;= 89))
                        {
                            Console.WriteLine(&quot;Not: A2&quot;);
                        }
                        else if ((not &gt;= 75) &amp;&amp; (not &lt;= 79))
                        {
                            Console.WriteLine(&quot;Not: B1&quot;);
                        }
                        else if ((not &gt;= 70) &amp;&amp; (not &lt;= 74))
                        {
                            Console.WriteLine(&quot;Not: B2&quot;);
                        }
                        else if ((not &gt;= 65) &amp;&amp; (not &lt;= 69))
                        {
                            Console.WriteLine(&quot;Not: C1&quot;);
                        }
                        else if ((not &gt;= 60) &amp;&amp; (not &lt;= 64))
                        {
                            Console.WriteLine(&quot;Not: C2&quot;);
                        }
                        else if ((not &gt;= 55) &amp;&amp; (not &lt;= 59))
                        {
                            Console.WriteLine(&quot;Not: D1&quot;);
                        }
                        else if ((not &gt;= 50) &amp;&amp; (not &lt;= 54))
                        {
                            Console.WriteLine(&quot;Not: D2&quot;);
                        }
                        else if ((not &gt;= 40) &amp;&amp; (not &lt;= 49))
                        {
                            Console.WriteLine(&quot;Not: E&quot;);
                        }
                        else if ((not &gt;= 0) &amp;&amp; (not &lt;= 39))
                        {
                            Console.WriteLine(&quot;Not: F1&quot;);
                        }
                    }
                    else
                    {
                        Console.WriteLine(&quot;\nNotlar 0-100 aralığında olmalıdır.\nTekrar girin: &quot;);
                        continue;
                    }

                    Console.WriteLine(&quot;\nDevam etmek istiyor musunuz? (E/H)&quot;);
                    string devam = Console.ReadLine();
                    if ((devam == &quot;E&quot;) || (devam == &quot;e&quot;))
                    {
                        Console.Write(&quot;\n&quot;);
                        continue;
                    }
                    else
                    {
                        break;
                    }
                }
                else
                {
                    Console.WriteLine(&quot;Notlar 0-100 aralığında olmalıdır.\n&quot;);
                    
                }
            }

        }
    }
}

</pre></div>]]></content:encoded>
					
					<wfw:commentRss>https://sezeryaman.com/c-not-harfi-bulma/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
