Arama


Misafir - avatarı
Misafir
Ziyaretçi
2 Temmuz 2012       Mesaj #10
Misafir - avatarı
Ziyaretçi
<script>
var toplam=0;
for(i=1; i<=20; i++){
toplam=toplam+i;}
document.write("Toplama Sonuç: <b>"+ toplam+"</b> <br>");
document.write("Çözüm ==><b>Refe87</b>");
</script>