The following loop repeats its instructions as long as (or while) the value in the dblSales variable is less than 200000 so it will stop when the dblSales variable's value is greater than or equal to 200000. Please complete the first line of the loop using Do While ....statement.
Do While ...
dblIncrease = dblSales * dblGrowth_Rate
dblSales += dblIncrease
intYears += 1
Loop
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here