Home > Learn C++ Programming > Learn C++ Programming > Operators, Conditions, and Loops Show previous contentTry this exercise. Is this statement true or false?The do-while loop in C++ will not execute if the condition is evaluated as false the very first time.Press true if you believe the statement is correct, or false otherwise.TRUEFALSE Show following content