<!DOCTYPE html>
<html>
<head>
<title>factorial</title>
<script type="text/javascript">
var a=prompt("Enter value");
var b=a;
var c=a;
for (var i = 2; i < a; i++)
{
c=c-1;
b=b*c
}
alert(b)
</script>
</head>
</html>
<!DOCTYPE html>
<html>
<head>
<title>factorial</title>
<script type="text/javascript">
var a=prompt("Enter value");
var b=a;
var c=a;
for (var i = 2; i < a; i++)
{
c=c-1;
b=b*c
}
alert(b)
</script>
</head>
</html>
Printing Workbooks select the cells you want to print and then set that area as the print area Steps to set a print area: Select the cells...
No comments
Welcome to saveracom.blogspot.com