A program to find the sum of n numbers in visual basic?

1 answer

Answer

1092742

2026-04-23 18:55

+ Follow

//Script by aakash30jan

<script type="text/vbscript">

For count = 1 to 10

sum=sum+count

document.write("<br />" & sum)

Next

</script>

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.