Question: Consider the code segment below. int r, c; // Loop variables. cout < < THIS=; for (r=4; r>37; r++) cout < < r; The output
Consider the code segment below.
int r, c; // Loop variables.
cout << "THIS=";
for (r=4; r>37; r++)
cout << r;
The output produced by this code: ___________
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
