this is using "For..Next Loops"
Find the sum of the odd numbers from 1 through 99.
Using Visual Basic 6 I need a set of code to finish up my problem?
Details:
Added 3+ months ago:
this is also another problem that i need solved
When $1000 is deposited at 5 percent simpe interest, the amount grows by $50 each year. When money is invested at 5 percent compound interest, then the amount at the end of each year is 1.05 times the amount at the beginning of that year. Write a program to diplay the amounts for 10 years for a $1000 deposit at 5 percent simpe and compound interest.