Etiket: Php İle Asal Sayı Bulma Programı
Php İle Asal Sayı Bulma Programı
Php İle Asal Sayı Bulma Programı
<?php
$sayi=15;
$k=$sayi-1;
$asal=0;
$asaldegil=0;
for ($i=2; $i<=$k; $i++)
{
$tam=$sayi%$i;
if ($tam<>0)
$asal=$asal+1;
else
$asaldegil=$asaldegil+1;
}
if ($asaldegil==0)
echo"asal";
else
echo"asal değil";
?>Php Dersleri - Notları - Küçük Programlar