Suitable conditions

Report a typo

Pick the conditions, under which the following loop will run at least once:

let n = 1;
do {
  n = n * 10;
} while (...);
Select one or more options from the list
___

Create a free account to access the full topic