Sabtu, 05 Oktober 2013

PHP Indonesia - Facebook:

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Hello Cold World
Oct 6th 2013, 04:12, by M Wildan Indra Maulana

M Wildan Indra Maulana 4:12am Oct 6
<html>
<head>
<title>Hello Cold World</title>
</head>
<body>
<?php
$a=10 ;
if ($a%7==0)
{
echo "Kelipatan 7";
echo "<br>";
$b=(22/7)*($a*$a);
echo $b;
}
else
{
echo "Bukan kelipatan 7";
echo "<br>";
$b=(3.14)*($a*$a);
echo $b;
}

?>
</body>
</html>

selain rumus luas lingkaran diatas.....
ada gg rumus matematika lainnya
klo ada tlong sbutin .....???

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar