Can someone give me a example of a code inside a while/repeat loop so that it continues
until you want it to stop using values of length, width, and depth.

u mean what????


did u meant this....


while(condition == true)
{
//do something
value increment
}

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.