Wednesday, 28 December 2016

Meena's Class Prints: TO FIND THE SUM OF THE NATURAL NUMBERS USING FUNC...

Meena's Class Prints: TO FIND THE SUM OF THE NATURAL NUMBERS USING FUNC...: <html> <head> <script type="text/vbscript"> function sum(n) dim I sum=0 for i=1 to n  sum=sum+i   next...

No comments:

Post a Comment