a half-life of 28 years. This means that a given quantity of strontium-90 will emit radioac-
tive particles and decay to one-half its size every 28 years. How many years are required for
100 grams of strontium-90 to decay to less than 1 gram?
I need to use a do/while pretest loop to solve this problem
Here's what I have so far:
Dim grams as Decimal Dim years as Integer Do While grams >= 1 grams = 100 Loop
I just don't understand if the years or grams variables are supposed to be put in the loop. Sorry, I just started learning loops this week.
This post has been edited by x RadicalAura x: 11 April 2013 - 05:28 PM