flowchart
Thursday, January 23, 2014
<html>
<title></title>
<head></head>
<script type="text/javascript">
function increment(){
var num
for(num=1; num<10; num++){
alert(num)
}
}
</script>
<body>
<input type="button" onclick="increment();">
</body>
</html>
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment