<?php
$a = 12;
$b = 15;
print "\$a = $a dan \$b = $b
";
if ($a > $b)
{
print "Nilai a lebih besar dari nilai b";
}
else
{
print "Nilai a lebih kecil dari nilai b";
}
?>
|
Copyright © 2009 reeflea |Designed by EZwpthemes |Converted to blogger by BloggerThemes.Net
0 comments:
Post a Comment