Wednesday, October 26, 2011

Use parenthesis in expression

<html>
<head>
<title>A Simple Page</title>
<script language="JavaScript">
<!--
    var inpRadius;
    inpRadius = 3;
    document.write(Math.PI * ((inpRadius)*(inpRadius)));
//  -->
</script>
</head>
<body>

</body>
</html>
 

0 comments:

Post a Comment

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More