Hi
Please find the below code
Thanks
Tanya
Please find the below code
Code:
n = inputbox("Enter a number","Printing the output")
For i=1 to n
x = x&i
print x
NextThanks
Tanya

