<html>
<body>
<script type="text/vbscript">
Dim a, b, c, n, nth
a = 0
b = 1
n = Cint(InputBox("Enter the value of ""n"""))
For nth = 1 to n Step 1
Document.Write(b&"<br/>")
c = a + b
a = b
b = c
Next
</script>
</body>
</html>
Copyright © 2026 eLLeNow.com All Rights Reserved.