What are the values of i and j obtained after the following code fragment is run? int i = 50; int j = 60; int count = 0; while (count


What are the values of i and j obtained after the following code fragment is run?<br>int i = 50;<br>int j = 60;<br>int count = 0;<br>while (count < 5) {<br>i = i + i;<br>i = i + 1;<br>j = j- 1;<br>j = j - j;<br>count++;<br>}-<br>cout << i<< endl << j;<br>O a.i 50, j = 60<br>O b.i 65, j= 45<br>O C.i= 1631, j= 0<br>O d. i = 1631, j 1<br>DELL<br>

Extracted text: What are the values of i and j obtained after the following code fragment is run? int i = 50; int j = 60; int count = 0; while (count < 5)="" {="" i="i" +="" i;="" i="i" +="" 1;="" j="j-" 1;="" j="j" -="" j;="" count++;="" }-="" cout=""><>< endl="">< j;="" o="" a.i="" 50,="" j="60" o="" b.i="" 65,="" j="45" o="" c.i="1631," j="0" o="" d.="" i="1631," j="" 1="">

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here