Ads 468x60px

assignments

Assignments: 

leap year or not;

find out greater number;

even odd :

example:

<?php

$x=20;

if($x%2==0)

{

echo"this is even no"

}

else

{

echo"this is odd"

}

?>