The following loop repeats its instructions as long as (or while) the value in the dblSales variable is less than XXXXXXXXXXso it will stop when the dblSales variable's value is greater than or equal...


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



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here