What is the output of the following statement int i 2 5 do cout-03111
What is the output of the following statement? <br><pre><code class="language-text">int i = 2.5; do { cout i * 2; } while (i > 3 '' i < 10);</code></pre>
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Mid Term - Quiz No.2.