{"id":284,"date":"2018-12-19T23:10:10","date_gmt":"2018-12-19T20:10:10","guid":{"rendered":"http:\/\/www.aydiner.gen.tr\/?p=284"},"modified":"2022-01-30T22:26:50","modified_gmt":"2022-01-30T19:26:50","slug":"284","status":"publish","type":"post","link":"https:\/\/www.aydiner.gen.tr\/index.php\/2018\/12\/19\/284\/","title":{"rendered":"C# &#8211; Kullan\u0131c\u0131n\u0131n girdi\u011fi 3 say\u0131dan b\u00fcy\u00fck olan\u0131n\u0131 ekrana yazd\u0131r\u0131n\u0131z."},"content":{"rendered":"\r\n<pre class=\"wp-block-code\"><code>int a, b, c;            \r\nConsole.Write(\"Bir say\u0131 giriniz\");           \r\n a = Convert.ToInt32(Console.ReadLine());            \r\nConsole.Write(\"Bir say\u0131 giriniz\");            \r\nb = Convert.ToInt32(Console.ReadLine());            \r\nConsole.Write(\"Bir say\u0131 giriniz\");            \r\nc = Convert.ToInt32(Console.ReadLine());            \r\nif (a > b &amp;&amp; a > c)            \r\n{                \r\nConsole.WriteLine(\"Birinci girilen {0} say\u0131s\u0131 b\u00fcy\u00fck\", a);            \r\n}            \r\nelse if (b > a &amp;&amp; b > c)            \r\n{                \r\nConsole.WriteLine(\"\u0130kinci girilen {0} say\u0131s\u0131 b\u00fcy\u00fck\", b);           \r\n }            \r\nelse          \r\n{                \r\nConsole.WriteLine(\"\u00dc\u00e7\u00fcnc\u00fc girilen {0} say\u0131s\u0131 b\u00fcy\u00fck\", c);            \r\n}\r\nConsole.ReadLine();<\/code><\/pre>\r\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":547,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-284","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-programlama"],"_links":{"self":[{"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/posts\/284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/comments?post=284"}],"version-history":[{"count":0,"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/posts\/284\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/media\/547"}],"wp:attachment":[{"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/media?parent=284"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/categories?post=284"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aydiner.gen.tr\/index.php\/wp-json\/wp\/v2\/tags?post=284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}