<!DOCTYPE html>
<html>
<head>
<title>Unit 2 - Q7</title>
<script type="text/javascript">
var no=5;
document.write("Square of " + no + " = " + no*no);
document.write("<br>Cube of " + no + " = " + no*no*no);
</script>
</head>
</html>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.