|
|
| |||||||
![]() |
| | Seçenekler |
|
#1
| ||||
| | ||||
faktörüyel hesaplama javascripti<html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1254"> <meta name="author" content="Ender Üstüngel "> <link rel="++++++++++" href="../../../../css/ders.css" type="text/css"> <script language="javascript"> function sayi_gir() { icerik = prompt("Faktoryeli hesaplanacak sayıyı girin :",""); if (icerik>100 || icerik<0) { alert("Lütfen sınırlara uyunuz ! (0 ...100) "); sayi_gir(); } } function faktoryel(n) { return (n == 0) ? 1 : n*faktoryel(n-1); } </script> </head> <body background="../../../../zemin/zemin-ders.jpg"> <p class="baslik">Faktoryel hesaplar</p> <div class="ortala"> <form name="deneme"> <input type="text" size="25" name="f"> <br><br> <input type="reset" value=" S i l "> <input type="button" value=" Sayı gir " onClick="sayi_gir(); document.deneme.f.value=faktoryel(icerik)"> </form> </div> <p class="ortala"><a href="#" onclick="history.back()"> <img src="../../../../oklar/sol-ok.jpg" Border="0" width="15" height="15"></a></p> </body> </html> |
![]() |
| Seçenekler | |
| |
Benzer Konular | ||||
| Konu | Konu Açanlar | Forum | Cevaplar | Güncel Mesajlar |
| Doğum Günü Hesaplama | Miliotta | Html kodları | 0 | 12-03-2008 12:52 |
| Yatırım Getirinizi Hesaplama | kadınca | Google Adwords | 0 | 10-12-2007 12:40 |
| Kuvvet hesaplama programı | egitimbilgisi | C, c++, c# | 0 | 02-12-2007 08:36 |
| C'de faktöriyel hesaplama | egitimbilgisi | C, c++, c# | 0 | 01-12-2007 08:57 |
| Yaş Hesaplama | MadDriver | ASP | 0 | 14-09-2007 12:31 |