Each time the while loop code runs, we will double the amount of value. Code value *= 2 in the code block.
while
value
value *= 2
Make sure to pick value, followed by *=, and finally 2.
*=
2