Programming in Java/HTML
This a blog for people who want to understand the basics of Java and HTML
Sunday, 22 November 2015
forloop in Java
<html>
<body>
<script
type
="
text/javascript
">
for (i = 0; i <= 5; i++)
{
document.write("The number is" + i);
document.write("<br />");
}
</script>
This is what it should look like when the code has been implemented
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment