<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : Ödevde hata</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : TclForm Olu&#351;turma : Ödevde hata]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 23:10:50 +0000</pubDate>
  <lastBuildDate>Tue, 12 May 2026 21:20:59 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1527</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Ödevde hata : MerhabaBurada att&#305;&#287;&#305;n kod tam...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1527&amp;PID=3517#3517</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1527<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Mayıs&nbsp;2026 Saat 21:20<br /><br />Merhaba<br><br>Burada attığın kod tam olarak nedir?<br>Neyi istediniz?&nbsp;<br><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 12 May 2026 21:20:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1527&amp;PID=3517#3517</guid>
  </item> 
  <item>
   <title><![CDATA[Ödevde hata : object Atik {  property isim...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1527&amp;PID=3516#3516</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=459">Feyzanur</a><br /><strong>Konu:</strong> 1527<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Mayıs&nbsp;2026 Saat 20:28<br /><br /><div>object Atik {</div><div>&nbsp; &nbsp; property isim</div><div>&nbsp; &nbsp; property tur</div><div>}</div><div><br></div><div>object BilgiKart {</div><div>&nbsp; &nbsp; property mesaj</div><div><br></div><div>&nbsp; &nbsp; method goster() {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; print("&#128216; Bilgi Kartı: " + mesaj)</div><div>&nbsp; &nbsp; }</div><div>}</div><div><br></div><div>object Kutular {</div><div>&nbsp; &nbsp; property organik = &#091;&#093;</div><div>&nbsp; &nbsp; property plastik = &#091;&#093;</div><div>&nbsp; &nbsp; property cam = &#091;&#093;</div><div>&nbsp; &nbsp; property metal = &#091;&#093;</div><div>&nbsp; &nbsp; property kagit = &#091;&#093;</div><div><br></div><div>&nbsp; &nbsp; method atikEkle(Atik a) {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if a.tur == "organik" then organik.add(a.isim)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else if a.tur == "plastik" then plastik.add(a.isim)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else if a.tur == "cam" then cam.add(a.isim)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else if a.tur == "metal" then metal.add(a.isim)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else if a.tur == "kagit" then kagit.add(a.isim)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else print(a.isim + " yanlış kutuya atıldı! &#10060;")</div><div>&nbsp; &nbsp; }</div><div>}</div><div><br></div><div>object Oyun {</div><div>&nbsp; &nbsp; property skor = 0</div><div>&nbsp; &nbsp; property seviye = 1</div><div>&nbsp; &nbsp; property kutular = new Kutular()</div><div><br></div><div>&nbsp; &nbsp; method atikAt(Atik a) {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; kutular.atikEkle(a)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; skor = skor + 10</div><div>&nbsp; &nbsp; &nbsp; &nbsp; print(a.isim + " doğru kutuya atıldı! &#9989; Skor: " + skor)</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; method yanlisAtik(Atik a, BilgiKart kart) {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; skor = skor - 5</div><div>&nbsp; &nbsp; &nbsp; &nbsp; print(a.isim + " yanlış kutuya atıldı! &#10060; Skor: " + skor)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; kart.goster()</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; method seviyeKontrol() {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if skor &gt;= 50 and seviye == 1 then {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; seviye = 2</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print("&#127881; Tebrikler! Seviye 2'ye geçtiniz.")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else if skor &gt;= 100 and seviye == 2 then {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; seviye = 3</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; print("&#127942; Harika! Seviye 3'e geçtiniz.")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>}</div><div><br></div><div>// --- Oyun Senaryosu ---</div><div>Atik elmaK = new Atik(isim="Elma Kabuğu", tur="organik")</div><div>Atik petSise = new Atik(isim="Pet Şişe", tur="plastik")</div><div>Atik camBardak = new Atik(isim="Cam Bardak", tur="cam")</div><div>Atik konserve = new Atik(isim="Konserve Kutusu", tur="metal")</div><div>Atik gazete = new Atik(isim="Gazete", tur="kagit")</div><div>Atik pil = new Atik(isim="Pil", tur="tehlikeli")</div><div><br></div><div>BilgiKart pilKart = new BilgiKart(mesaj="Piller doğrudan çöpe atılmamalıdır, özel kutulara bırakılmalıdır.")</div><div><br></div><div>Oyun oyun = new Oyun()</div><div><br></div><div>oyun.atikAt(elmaK)</div><div>oyun.atikAt(petSise)</div><div>oyun.atikAt(camBardak)</div><div>oyun.atikAt(konserve)</div><div>oyun.atikAt(gazete)</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 12 May 2026 20:28:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1527&amp;PID=3516#3516</guid>
  </item> 
 </channel>
</rss>