The do...while statement creates a loop that executes a specified statement as long as the test condition evaluates to true. The condition is evaluated after executing the statement, resulting in the specified statement executing at least once....the test condition evaluates to true. The condition is evaluated...Syntax js do statement while (condition); statement A statement that...