logo
Ryan's Webpage
 

Count By Five

Count By Five


<html>
<head>
<title>Count By Five</title>
<script>
// by Ryan Te
// 10/10/07
// CountByFive
// Demonstrates how to vary the for loop

var i = 0;
for (i=5; i <= 100; i += 5){

alert(i);
} // end for loop

</script>
</head>

<body>
<center><center>
<h1>Count By Five</h1>
</center>
<hr>
</body>
</html>

 

 

Contact Me

 

Mr. Styner's Webpage

 

Peter

Julie

Nick

Tiddus

Norman