Each time the while loop code runs, we will double the amount of value. Code value *= 2 in the code block.

Make sure to pick value, followed by *=, and finally 2.