﷯ ﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯﷯ ﷯﷯﷯﷯Easy Install Instructions:﷯﷯﷯1. Copy the Code﷯﷯2. Log in to your Blogger account
and go to "Manage Layout" from the Blogger Dashboard﷯﷯3. Click on the "Edit HTML" tab.﷯﷯4. Delete the code already in the "Edit Template" box and paste the new code in.﷯﷯5. Click "S BLOGGER TEMPLATES AND TWITTER BACKGROUNDS ?

Senin, 07 September 2009





1.Aritmatika


Scriptnya:

";
print "Nilai \$nilai1=$nilai1 dan \$nilai2=$nilai2

";
print "\$nilai1 + \$nilai2 = $jumlah
";
print "\$nilai1 - \$nilai2 = $kurang
";
print "\$nilai1 * \$nilai2 = $kali <:br>"; print "\$nilai1 / \$nilai2 = $bagi
"; print "\$nilai1 % \$nilai2 = $sisa
"; ?>

2.For

Scriptnya:
for ($i = 1; $i <= 5; $i++) { print $i ."
"; } $bila = 5; $pola = 1; print "
Bilangan ganjil antara 5 sampai 25
";
for ($pola=1; $pola<10; $pola++)
{
$bila += 2;
print "$bila
";
}

?>


0 komentar: