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

User Xiaojun
by
4.1k 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
4.8k points