INPUT:
<html>
<head><h1>Display Profile</h1></head>
<body>
<H1>
<?php
$sanket_p=10;
$sanket_n=10;
$sanket_r=1;
$sanket_pi=($sanket_p*$sanket_n*$sanket_r)/100;
echo " Simple Interest =".$sanket_pi;
?>
</h1>
</body>
</html>
No comments:
Post a Comment