15.9k views
2 votes
In c++ a repetition statement continues looping until the relational expression in the statement evaluates to ____.

User Xiaojun
by
6.0k points

1 Answer

1 vote

Answer: False

Explanation: In c++ a repetition statement continues looping until the relational expression in the statement evaluates to false.

User Kch
by
6.8k points