What should I write within a while loop that allows me to keep on divding a number by 2 until it meets certain conditions. for example
while(condition)
{
//what should i write here to have a double that divides by 2 until it meets the condition.
}